OnixS EBS BrokerTec Market Data and Trading Handler for C++  2.14.1.0
Public Member Functions | Public Attributes | List of all members
InstrumentType Struct Reference

Instrument Type representation. More...

Public Member Functions

std::string toString () const
 String representation.
 
 InstrumentType (const Market &market, const InstrumentGroup &group)
 Constructor.
 

Public Attributes

InstrumentTypeId id
 Series-based id of instrument type. Could be used for filtering.
 
const Marketmarket
 Related Market.
 
const InstrumentGroupinstrumentGroup
 Related InstrumentGroup.
 
std::string symbol
 The ASCII representation of the instrument type.
 
std::string name
 Name of the Instrument Type.
 
uint32 minShowVolume
 Minimum visible volume that must be specified in hidden orders.
 
HiddenVolumeMethod::Enum hiddenVolumeMethod
 Hidden Volume Method.
 
OMexBool::Enum fullOrderDepthEnabledExternal
 Full Order Depth Enabled, External.
 
OMexBool::Enum fullOrderDepthEnabledInternal
 Full Order Depth Enabled, Internal.
 
InstrumentStatus status
 Status information.
 

Detailed Description

Instrument Type representation.

Each instrument type is connected to an instrument group and a market. For example, a Taiwan market and futures group forms the Taiwan futures instrument type.

Under this entity, the various trading rules and parameters are defined.