32 namespace MarketData {
42 return ordinary<UDT>(3);
49 return ordinary<UInt64>(11);
56 return fixedStr<12>(19);
64 return ordinary<BitField>(31);
71 return enumeration<SourceVenue>(32);
78 return fixedStr<11>(34);
85 return fixedStr<2>(45);
92 return Price(ordinary<UInt64>(47));
99 return Price(ordinary<UInt64>(55));
106 return Price(ordinary<UInt64>(63));
113 return fixedStr<6>(71);
120 return fixedStr<12>(77);
127 return fixedStr<11>(89);
134 return fixedStr<3>(100);
141 return ordinaryRef<Byte>(103);
148 return fixedStr<4>(104);
155 return Price4(ordinary<UInt64>(108));
162 return fixedStr<8>(116);
169 return ordinary<BitField>(124);
176 return Price(ordinary<UInt64>(125));
183 return Price(ordinary<UInt64>(133));
192 if(size < messageSize_)
#define ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR
Price dynamicCircuitBreakerTolerances() const ONIXS_EUROTLX_GTP_NOTHROW
Dynamic Circuit Breaker Tolerance (%) of the instrument.
Price priceBandTolerances() const ONIXS_EUROTLX_GTP_NOTHROW
Price Band Tolerance (%) of the instrument.
BinaryMessage() ONIXS_EUROTLX_GTP_NOTHROW
Initializes blank instance referencing to nothing.
SourceVenue::Enum sourceVenue() const ONIXS_EUROTLX_GTP_NOTHROW
Venue from which market data is received for the instrument.
#define ONIXS_EUROTLX_GTP_NOTHROW
UInt8 BitField
A single byte used to hold up to eight 1-bit flags. Each bit will represent a Boolean flag...
FixedPointDecimal< Int64, IntegralConstant< Int8,-4 > > Price4
Signed Little-Endian encoded 64bit integer field with four implied decimal places.
Alpha underlyingISINCode() const ONIXS_EUROTLX_GTP_NOTHROW
Underlying ISIN code.
Price reservedField5() const ONIXS_EUROTLX_GTP_NOTHROW
Reserved for future use.
FixedPointDecimal< Int64, IntegralConstant< Int8,-8 > > Price
Signed Little-Endian encoded 64bit integer field with eight implied decimal places.
UInt16 MessageSize
Aliases message length type.
ONIXS_EUROTLX_GTP_API void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
UInt64 instrument() const ONIXS_EUROTLX_GTP_NOTHROW
GTP Instrument identifier.
Byte reservedField1() const ONIXS_EUROTLX_GTP_NOTHROW
Reserved for future use.
Alpha venueInstrumentID() const ONIXS_EUROTLX_GTP_NOTHROW
Instrument identifier used by the source venue.
BitField flags() const ONIXS_EUROTLX_GTP_NOTHROW
Reserved for future use.
Alpha isin() const ONIXS_EUROTLX_GTP_NOTHROW
ISIN code of the instrument.
Alpha reservedField2() const ONIXS_EUROTLX_GTP_NOTHROW
Reserved for future use.
Alpha reservedField3() const ONIXS_EUROTLX_GTP_NOTHROW
Reserved for future use.
Alpha currency() const ONIXS_EUROTLX_GTP_NOTHROW
Currency code as per ISO 4217.
UDT timestamp() const ONIXS_EUROTLX_GTP_NOTHROW
Time the message was generated.
BitField allowedBookTypes() const ONIXS_EUROTLX_GTP_NOTHROW
Price4 averageDailyTurnover() const ONIXS_EUROTLX_GTP_NOTHROW
Average Daily Turnover as reported by the Source Venue. Applicable to TRADEcho only.
Alpha tickID() const ONIXS_EUROTLX_GTP_NOTHROW
The tick structure applicable for the instrument.
Price reservedField4() const ONIXS_EUROTLX_GTP_NOTHROW
Reserved for future use.
Encapsulates services for manipulating little endian encoded messages.
Provides efficient way of accessing text-based FIX field values.
UInt64 UDT
time stamp (in UTC) = (date time per second resolution in unix time format) * 1,000,000,000 + (nanoseconds component)
static ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
UInt8 Byte
Alias for Byte.
static void validateSize(MessageSize size)
Check the given size.
Alpha groupID() const ONIXS_EUROTLX_GTP_NOTHROW
Segment or instrument group ID as identified by the trading market.
Alpha underlyingInstrumentID() const ONIXS_EUROTLX_GTP_NOTHROW
Venue specified instrument ID of the underlying.
InstrumentDirectoryMsg(const void *data, MessageSize size) ONIXS_EUROTLX_GTP_NOTHROW
Initializes instance over given memory block.
Price staticCircuitBreakerTolerances() const ONIXS_EUROTLX_GTP_NOTHROW
Static Circuit Breaker Tolerance (%) of the instrument.
ONIXS_EUROTLX_GTP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.