B2BITS FIX Antenna HFT
1.0.16
|
#include <CmiBinaryMessages.h>
Public Member Functions | |
AuctionNotification () throw () | |
AuctionNotification (bool initFields) throw () | |
const UInt32 | getAuctionIdHigh () const throw () |
const UInt32 | getAuctionIdLow () const throw () |
const UInt32 | getAuctionQuantity () const throw () |
const UInt8 | getAuctionState () const throw () |
const UInt16 | getAuctionType () const throw () |
const UInt32 | getClassKey () const throw () |
const UInt8 | getContingencyType () const throw () |
FieldsIterator | getIterator () const |
size_t | getMsgLength () const |
const UInt8 | getPriceType () const throw () |
const UInt32 | getProductKey () const throw () |
const UInt8 | getProductType () const throw () |
FieldsSetIterator | getSetIterator () |
const Alpha | getSide () const throw () |
const UInt64 | getTimestamp () const throw () |
const UInt8 | getTradingSessionId () const throw () |
void | setAuctionIdHigh (UInt32 value) throw () |
void | setAuctionIdLow (UInt32 value) throw () |
void | setAuctionQuantity (UInt32 value) throw () |
void | setAuctionState (UInt8 value) throw () |
void | setAuctionType (UInt16 value) throw () |
void | setClassKey (UInt32 value) throw () |
void | setContingencyType (UInt8 value) throw () |
void | setPriceType (UInt8 value) throw () |
void | setProductKey (UInt32 value) throw () |
void | setProductType (UInt8 value) throw () |
void | setSide (Alpha value) throw () |
void | setTimestamp (UInt64 value) throw () |
void | setTradingSessionId (UInt8 value) throw () |
std::ostream & | toStream (std::ostream &os) const |
std::string | toString () const |
void | updateMessageLength () |
Public Member Functions inherited from CMI::StandardHeader | |
UInt8 | getCmiMarker () const |
UInt8 | getMessageFlags () const |
UInt32 | getMessageLength () const |
UInt32 | getMessageSequenceNumber () const |
MessageType::Enum | getMessageType () const |
UInt8 | getVersion () const |
void | setCmiMarker (UInt8 marker) |
void | setMessageFlags (UInt8 value) |
void | setMessageLength (UInt32 value) |
void | setMessageSequenceNumber (UInt32 value) |
void | setMessageType (MessageType::Enum value) |
void | setMessageType (UInt8 value) |
StandardHeader () | |
Static Public Member Functions | |
static FieldsIterator | getIterator (const StandardHeader &message) |
static size_t | getMinMessageSize () |
static FieldsSetIterator | getSetIterator (StandardHeader &message) |
static void | updateMessageLength (StandardHeader &message) |
Static Public Attributes | |
static const MessageType::Enum | TYPE = MessageType::MessageType_AuctionNotification |
|
inline |
|
inlineexplicit |
|
inline |
References BSWAP32.
|
inline |
References BSWAP32.
|
inline |
References BSWAP32.
|
inline |
|
inline |
References BSWAP16.
|
inline |
|
inline |
|
inlinestatic |
References CMI::AuctionNotification_IteratorDefines.
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
References CMI::AuctionNotification_IteratorDefines.
|
inline |
|
inline |
|
inline |
References BSWAP32.
|
inline |
References BSWAP32.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by CMI::messageToStream().
|
inline |
|
inline |
References ILink3::updateMessageLength().
|
inlinestatic |
References CMI::StandardHeader::setMessageLength().
UInt32 CMI::AuctionNotification::auctionIdHigh |
UInt32 CMI::AuctionNotification::auctionIdLow |
UInt32 CMI::AuctionNotification::auctionQuantity |
UInt8 CMI::AuctionNotification::auctionState |
UInt16 CMI::AuctionNotification::auctionType |
UInt32 CMI::AuctionNotification::classKey |
UInt8 CMI::AuctionNotification::contingencyType |
UInt8 CMI::AuctionNotification::priceType |
UInt32 CMI::AuctionNotification::productKey |
UInt8 CMI::AuctionNotification::productType |
Alpha CMI::AuctionNotification::side |
Decimal CMI::AuctionNotification::startingPrice |
UInt64 CMI::AuctionNotification::timestamp |
UInt8 CMI::AuctionNotification::tradingSessionId |
|
static |