B2BITS FIX Antenna HFT
1.0.17
|
#include <B3BinaryMessages.h>
Public Member Functions | |
const Firm | getEnteringFirm () const |
FieldsIterator | getIterator () const |
size_t | getMsgLength () const |
const SessionID | getSessionID () const |
const SessionVerID | getSessionVerID () const |
FieldsSetIterator | getSetIterator () |
NegotiateResponse () | |
NegotiateResponse (bool initFields) | |
void | setEnteringFirm (Firm value) |
void | setSessionID (SessionID value) |
void | setSessionVerID (SessionVerID value) |
std::ostream & | toStream (std::ostream &os) const |
std::string | toString () const |
void | updateMessageLength () |
![]() | |
u16 | getEncodingType () const |
u16 | getMessageLength () const |
const messageHeader & | getSbeHeader () const |
template<typename T > | |
const T & | getTypedMessage () const |
template<typename T > | |
T & | getTypedMessage () |
void | setEncodingType (u16 value) |
void | setEncodingType (const messageHeader &value) |
void | setMessageLength (u16 value) |
StandardHeader () | |
Static Public Member Functions | |
static const FlowType & | getClientFlow () |
static FieldsIterator | getIterator (const StandardHeader &message) |
static const MessageType & | getMessageType () |
static size_t | getMinMessageSize () |
static const FlowType & | getServerFlow () |
static FieldsSetIterator | getSetIterator (StandardHeader &message) |
static bool | isDynamicSizeMessage () |
static void | updateMessageLength (StandardHeader &message) |
Public Attributes | |
Firm | enteringFirm |
UTCTimestampNanos | requestTimestamp |
SessionID | sessionID |
SessionVerID | sessionVerID |
![]() | |
u16 | encodingType |
u16 | messageLength |
messageHeader | sbeHeader |
Static Public Attributes | |
static const u16 | BlockLength = 24 |
static const u16 | TemplateID = 2 |
|
inline |
|
inlineexplicit |
References B3::requestTimestamp, B3::SchemaID, and B3::SchemaVersion.
|
inlinestatic |
References B3::IDEMPOTENT.
Referenced by B3::createMessage(), and B3::populateWithConstFields().
|
inline |
References B3::enteringFirm.
|
inline |
|
inlinestatic |
References B3::NegotiateResponse_IteratorDefines.
|
inlinestatic |
References B3::NegotiateResponse.
Referenced by B3::createMessage(), and B3::populateWithConstFields().
|
inlinestatic |
References B3::NegotiateResponse.
|
inline |
|
inlinestatic |
References B3::RECOVERABLE.
Referenced by B3::createMessage(), and B3::populateWithConstFields().
|
inline |
References B3::sessionID.
|
inline |
References B3::sessionVerID.
|
inline |
|
inlinestatic |
References B3::NegotiateResponse_IteratorDefines.
|
inlinestatic |
|
inline |
References B3::enteringFirm.
|
inline |
References B3::sessionID.
|
inline |
References B3::sessionVerID.
|
inline |
Referenced by B3::messageToStream().
|
inline |
|
inline |
References B3::updateMessageLength().
|
inlinestatic |
References B3::StandardHeader::setMessageLength().
|
static |
Firm B3::NegotiateResponse::enteringFirm |
UTCTimestampNanos B3::NegotiateResponse::requestTimestamp |
SessionID B3::NegotiateResponse::sessionID |
SessionVerID B3::NegotiateResponse::sessionVerID |
|
static |