32 namespace MarketData {
42 return ordinary<UDT>(3);
49 return ordinary<UInt64>(11);
56 return fixedStr<12>(19);
63 return fixedStr<8>(31);
71 return ordinary<BitField>(39);
78 return enumeration<SourceVenue>(40);
85 return fixedStr<11>(42);
92 return fixedStr<6>(53);
99 return fixedStr<3>(59);
106 return fixedStr<2>(62);
113 return Price(ordinary<UInt64>(64));
120 return Price(ordinary<UInt64>(72));
127 return Price(ordinary<UInt64>(80));
134 return Price(ordinary<UInt64>(88));
141 return ordinary<BitField>(96);
148 return ordinaryRef<UInt8>(97);
155 return fixedStr<8>(98);
162 return fixedStr<8>(106);
169 return fixedStr<8>(114);
176 return Size(ordinary<UInt64>(122));
183 return Price(ordinary<UInt64>(130));
190 return fixedStr<8>(138);
197 return enumeration<SettlementSystem>(146);
204 return fixedStr<8>(147);
211 return fixedStr<8>(155);
218 return fixedStr<2>(163);
225 return ordinaryRef<UInt8>(165);
232 return fixedStr<3>(166);
240 return Size(ordinary<UInt64>(169));
247 return Size(ordinary<UInt64>(177));
255 return Price(ordinary<UInt64>(185));
262 return enumeration<ClearingType>(193);
269 return Price(ordinary<UInt64>(194));
276 return fixedStr<11>(202);
283 return fixedStr<12>(213);
290 return enumeration<ClearingType>(225);
297 return ordinary<UInt64>(226);
304 return Size(ordinary<UInt64>(234));
311 return enumeration<InstrumentOptionStyle>(242);
318 return Size(ordinary<UInt64>(243));
325 return Price(ordinary<UInt64>(251));
332 return ordinary<UInt32>(259);
339 return ordinary<UInt16>(263);
346 return fixedStr<8>(265);
353 return fixedStr<40>(273);
362 if(size < messageSize_)
#define ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR
UInt64 instrument() const ONIXS_EUROTLX_GTP_NOTHROW
GTP Instrument identifier.
SourceVenue::Enum sourceVenue() const ONIXS_EUROTLX_GTP_NOTHROW
Venue from which market data is received for the instrument.
Price priceBandTolerances() const ONIXS_EUROTLX_GTP_NOTHROW
Price Band Tolerance (%) of the instrument.
BitField flags() const ONIXS_EUROTLX_GTP_NOTHROW
Reserved for future use.
Price strikePrice() const ONIXS_EUROTLX_GTP_NOTHROW
Strike Price (exercise price for warrants).
BinaryMessage() ONIXS_EUROTLX_GTP_NOTHROW
Initializes blank instance referencing to nothing.
Date settlementDate() const ONIXS_EUROTLX_GTP_NOTHROW
Settlement date in the DDMMYYYY format.
#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...
ClearingType::Enum underlyingType() const ONIXS_EUROTLX_GTP_NOTHROW
Underlying Type.
Alpha venueUnderlyingID() const ONIXS_EUROTLX_GTP_NOTHROW
Venue specified instrument ID of the underlying.
Alpha groupID() const ONIXS_EUROTLX_GTP_NOTHROW
Segment or instrument group ID as identified by the trading market.
Alpha venueInstrumentID() const ONIXS_EUROTLX_GTP_NOTHROW
Instrument identifier used by the source venue.
Price dynamicCircuitBreakerTolerances() const ONIXS_EUROTLX_GTP_NOTHROW
Dynamic Circuit Breaker Tolerance (%) of the instrument.
Alpha sedol() const ONIXS_EUROTLX_GTP_NOTHROW
SEDOL code of the instrument.
Size leverageCertificatesBarrier() const ONIXS_EUROTLX_GTP_NOTHROW
Leverage Certificates Barrier.
Size minimumLotMinimumExecutionSize() const ONIXS_EUROTLX_GTP_NOTHROW
Indicates the minimum quantity/nominal value tradable on the market for a security.
Alpha currency() const ONIXS_EUROTLX_GTP_NOTHROW
Currency code as per ISO 4217.
Price securityMaximumSpread() const ONIXS_EUROTLX_GTP_NOTHROW
FixedPointDecimal< Int64, IntegralConstant< Int8,-8 > > Price
Signed Little-Endian encoded 64bit integer field with eight implied decimal places.
static ONIXS_EUROTLX_GTP_CONST_OR_CONSTEXPR MessageSize messageSize_
Total message size.
Size parity() const ONIXS_EUROTLX_GTP_NOTHROW
The parity of the instrument.
UInt16 MessageSize
Aliases message length type.
BitField allowedBookTypes() const ONIXS_EUROTLX_GTP_NOTHROW
ONIXS_EUROTLX_GTP_API void throwIncorrectSize(const std::string &messageName, MessageSize receivedSize, MessageSize expectedSize)
Alpha description() const ONIXS_EUROTLX_GTP_NOTHROW
Description of the instrument.
FixedPointDecimal< UInt64, IntegralConstant< Int8,-8 > > Size
Little-Endian encoded 64 bit unsigned integer with eight implied decimal places.
Size minimumPeakSizeMultiplier() const ONIXS_EUROTLX_GTP_NOTHROW
Used to specify the minimum size of an iceberg peak for an instrument in conjunction with EMS...
UDT timestamp() const ONIXS_EUROTLX_GTP_NOTHROW
Time the message was generated.
ClearingType::Enum clearingType() const ONIXS_EUROTLX_GTP_NOTHROW
Indicates the settlement mode of the security.
Date listingEndDate() const ONIXS_EUROTLX_GTP_NOTHROW
Listing end date of the instrument.
InstrumentOptionStyle::Enum optionStyle() const ONIXS_EUROTLX_GTP_NOTHROW
Instrument's option style.
SettlementSystem::Enum settlementSystem() const ONIXS_EUROTLX_GTP_NOTHROW
Settlement system type.
Alpha exMarkerCode() const ONIXS_EUROTLX_GTP_NOTHROW
The value of an Ex-Marker pertaining to a tradable instrument.
Price lastPriceInPrecedingSession() const ONIXS_EUROTLX_GTP_NOTHROW
Last execution price in a session prior to the current trading day.
Price previousDaysClosingPrice() const ONIXS_EUROTLX_GTP_NOTHROW
Closing price reported for the previous trading day.
Alpha underlyingISINCode() const ONIXS_EUROTLX_GTP_NOTHROW
Underlying ISIN code.
Date lastValidityDate() const ONIXS_EUROTLX_GTP_NOTHROW
Last validity date in the DDMMYYYY format.
Alpha isin() const ONIXS_EUROTLX_GTP_NOTHROW
ISIN code of the instrument.
Alpha tickID() const ONIXS_EUROTLX_GTP_NOTHROW
The tick structure applicable for the instrument.
UInt16 reservedField3() const ONIXS_EUROTLX_GTP_NOTHROW
Reserved for future use.
Price reservedField1() const ONIXS_EUROTLX_GTP_NOTHROW
Reserved for future use.
Date lastPriceInPrecedingSessionDate() const ONIXS_EUROTLX_GTP_NOTHROW
Last execution date in a session prior to current trading day.
Encapsulates services for manipulating little endian encoded messages.
Size exchangeMarketSize() const ONIXS_EUROTLX_GTP_NOTHROW
Provides efficient way of accessing text-based FIX field values.
UInt32 reservedField2() const ONIXS_EUROTLX_GTP_NOTHROW
Reserved for future use.
Alpha countryOfRegister() const ONIXS_EUROTLX_GTP_NOTHROW
Country of Register.
Date listingStartDate() const ONIXS_EUROTLX_GTP_NOTHROW
Listing start date of the instrument.
UInt8 securitySubtype() const ONIXS_EUROTLX_GTP_NOTHROW
Different instrument security subset types.
InstrumentDirectoryEquitiesMsg(const void *data, MessageSize size) ONIXS_EUROTLX_GTP_NOTHROW
Initializes instance over given memory block.
UInt64 UDT
time stamp (in UTC) = (date time per second resolution in unix time format) * 1,000,000,000 + (nanoseconds component)
Price staticCircuitBreakerTolerances() const ONIXS_EUROTLX_GTP_NOTHROW
Static Circuit Breaker Tolerance (%) of the instrument.
UInt64 numberOfSharesInCirculation() const ONIXS_EUROTLX_GTP_NOTHROW
Indicates the number of shares which constitute the share capital. A value is set for shares only...
Alpha symbol() const ONIXS_EUROTLX_GTP_NOTHROW
Symbol of the instrument.
UInt8 securityType() const ONIXS_EUROTLX_GTP_NOTHROW
Type of security.
Date expirationDate() const ONIXS_EUROTLX_GTP_NOTHROW
Expiration date of the instrument.
ONIXS_EUROTLX_GTP_API void toStr(std::string &, EventCode::Enum)
Appends string presentation of object.
static void validateSize(MessageSize size)
Check the given size.