#include <OnixS/SgxTitan/MarketData/Itch/Messages/EquilibriumPriceUpdateMsg.h>
Public Member Functions | |
UInt32 | nanoseconds () const |
OrderBookId | orderBookId () const |
Quantity | bidQuantity () const |
Quantity | askQuantity () const |
Price | equilibriumPrice () const |
Price | bestBidPrice () const |
Price | bestAskPrice () const |
Quantity | bestBidQuantity () const |
Quantity | bestAskQuantity () const |
EquilibriumPriceUpdateMsg (const void *data, MessageSize size) throw () | |
![]() | |
IncomingMessage (const void *data, MessageSize size) throw () | |
MessageType::Enum | type () const throw () |
![]() | |
BinaryMessage (const void *data, MessageSize size) throw () | |
ONIXS_SGXTITAN_ITCH_CONSTEXPR | BinaryMessage (const BinaryMessage &other) throw () |
const void * | binary () const throw () |
MessageSize | binarySize () const throw () |
BinaryMessage & | operator= (const BinaryMessage &other) throw () |
Static Public Member Functions | |
static void | validateSize (MessageSize size) |
Static Public Attributes | |
static const MessageSize | messageSize_ = 53 |
Additional Inherited Members | |
![]() | |
typedef MessageSize | BinarySize |
![]() | |
FieldValue | ordinary (BlockSize offset) const throw () |
const FieldValue & | ordinaryRef (BlockSize offset) const throw () |
Enumeration::Enum | enumeration (BlockSize offset) const throw () |
StrRef | fixedStr (BlockSize offset) const throw () |
This message is used if/when auctions occur. The message provides the changes in equilibrium price.
Definition at line 30 of file EquilibriumPriceUpdateMsg.h.
|
inline |
Initializes instance over given memory block.
Definition at line 97 of file EquilibriumPriceUpdateMsg.h.
|
inline |
Quantity at equilibrium price on the ask side.
Definition at line 51 of file EquilibriumPriceUpdateMsg.h.
|
inline |
Best Ask Price.
Definition at line 69 of file EquilibriumPriceUpdateMsg.h.
|
inline |
Best Ask Quantity.
Definition at line 81 of file EquilibriumPriceUpdateMsg.h.
|
inline |
Best Bid Price.
Definition at line 63 of file EquilibriumPriceUpdateMsg.h.
|
inline |
Best Bid Quantity.
Definition at line 75 of file EquilibriumPriceUpdateMsg.h.
|
inline |
Quantity at equilibrium price on the bid side.
Definition at line 45 of file EquilibriumPriceUpdateMsg.h.
|
inline |
Equilibrium Price.
Definition at line 57 of file EquilibriumPriceUpdateMsg.h.
|
inline |
Nanoseconds portion of the timestamp.
Definition at line 33 of file EquilibriumPriceUpdateMsg.h.
|
inline |
The Order Book ID.
Definition at line 39 of file EquilibriumPriceUpdateMsg.h.
|
inlinestatic |
Check the given size.
Definition at line 90 of file EquilibriumPriceUpdateMsg.h.
|
static |
Total message size.
Definition at line 87 of file EquilibriumPriceUpdateMsg.h.