Public Member Functions | |
| UDT | timestamp () const ONIXS_LSE_GTP_NOTHROW |
| UInt64 | instrument () const ONIXS_LSE_GTP_NOTHROW |
| SourceVenue::Enum | sourceVenue () const ONIXS_LSE_GTP_NOTHROW |
| TradingStatus::Enum | tradingStatus () const ONIXS_LSE_GTP_NOTHROW |
| SessionChangeReason::Enum | sessionChangeReason () const ONIXS_LSE_GTP_NOTHROW |
| Time | newEndTime () const ONIXS_LSE_GTP_NOTHROW |
| OrderBookType::Enum | orderBookType () const ONIXS_LSE_GTP_NOTHROW |
| InstrumentStatusMsg (const void *data, MessageSize size) ONIXS_LSE_GTP_NOTHROW | |
| Public Member Functions inherited from BinaryMessage | |
| BinaryMessage () ONIXS_LSE_GTP_NOTHROW | |
| BinaryMessage (const void *data, MessageSize size) ONIXS_LSE_GTP_NOTHROW | |
| BinaryMessage (const BinaryMessage &other) ONIXS_LSE_GTP_NOTHROW | |
| ONIXS_LSE_GTP_EXPLICIT | operator bool () const ONIXS_LSE_GTP_NOTHROW |
| const void * | binary () const ONIXS_LSE_GTP_NOTHROW |
| MessageSize | binarySize () const ONIXS_LSE_GTP_NOTHROW |
| BinaryMessage & | operator= (const BinaryMessage &other) ONIXS_LSE_GTP_NOTHROW |
Static Public Member Functions | |
| static void | validateSize (MessageSize size) |
Static Public Attributes | |
| static ONIXS_LSE_GTP_CONST_OR_CONSTEXPR MessageSize | messageSize_ = 30 |
Additional Inherited Members | |
| Public Types inherited from BinaryMessage | |
| typedef MessageSize | BinarySize |
| Protected Member Functions inherited from BinaryFields< BinaryMessage, MessageSize > | |
| FieldValue | ordinary (MessageSize offset) const ONIXS_LSE_GTP_NOTHROW |
| const FieldValue & | ordinaryRef (MessageSize offset) const ONIXS_LSE_GTP_NOTHROW |
| Enumeration::Enum | enumeration (MessageSize offset) const ONIXS_LSE_GTP_NOTHROW |
| StrRef | fixedStr (MessageSize offset) const ONIXS_LSE_GTP_NOTHROW |
Definition at line 36 of file InstrumentStatus.h.
|
inline |
Initializes instance over given memory block.
Definition at line 98 of file InstrumentStatus.h.
|
inline |
GTP Instrument identifier.
Definition at line 46 of file InstrumentStatus.h.
|
inline |
New time the session will end.
Definition at line 74 of file InstrumentStatus.h.
|
inline |
Definition at line 81 of file InstrumentStatus.h.
|
inline |
Definition at line 67 of file InstrumentStatus.h.
|
inline |
Venue from which market data is received for the instrument.
Definition at line 53 of file InstrumentStatus.h.
|
inline |
Time the message was generated.
Definition at line 39 of file InstrumentStatus.h.
|
inline |
Definition at line 60 of file InstrumentStatus.h.
|
inlinestatic |
Check the given size.
Definition at line 91 of file InstrumentStatus.h.
|
static |
Total message size.
Definition at line 88 of file InstrumentStatus.h.