B2BITS FIX Antenna HFT
1.0.16
|
#include <ILink3BinaryMessages.h>
Public Member Functions | |
ExecutionAck539 () throw () | |
ExecutionAck539 (bool initFields) throw () | |
const AsciiString | getClOrdID () const throw () |
const DKReason::Enum | getDKReason () const throw () |
const ExecAckStatus::Enum | getExecAckStatus () const throw () |
FieldsIterator | getIterator () const |
const uInt32 | getLastQty () const throw () |
const AsciiString | getLocation () const throw () |
const ManualOrdIndReq::Enum | getManualOrderIndicator () const throw () |
size_t | getMsgLength () const |
const uInt64 | getOrderID () const throw () |
const uInt64 | getPartyDetailsListReqID () const throw () |
const uInt64 | getSecExecID () const throw () |
const Int32 | getSecurityID () const throw () |
const AsciiString | getSenderID () const throw () |
const uInt64 | getSendingTimeEpoch () const throw () |
const uInt32 | getSeqNum () const throw () |
FieldsSetIterator | getSetIterator () |
const SideReq::Enum | getSide () const throw () |
void | setClOrdID (const AsciiString &val) throw () |
void | setDKReason (const DKReason::Enum val) throw () |
void | setExecAckStatus (const ExecAckStatus::Enum val) throw () |
void | setLastQty (uInt32 value) throw () |
void | setLocation (const AsciiString &val) throw () |
void | setManualOrderIndicator (const ManualOrdIndReq::Enum val) throw () |
void | setOrderID (uInt64 value) throw () |
void | setPartyDetailsListReqID (uInt64 value) throw () |
void | setSecExecID (uInt64 value) throw () |
void | setSecurityID (Int32 value) throw () |
void | setSenderID (const AsciiString &val) throw () |
void | setSendingTimeEpoch (uInt64 value) throw () |
void | setSeqNum (uInt32 value) throw () |
void | setSide (const SideReq::Enum val) throw () |
std::ostream & | toStream (std::ostream &os) const |
std::string | toString () const |
void | updateMessageLength () |
Public Member Functions inherited from ILink3::StandardHeader | |
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 FieldsIterator | getIterator (const StandardHeader &message) |
static size_t | getMinMessageSize () |
static FieldsSetIterator | getSetIterator (StandardHeader &message) |
static bool | hasRepeatingGroups () |
static void | updateMessageLength (StandardHeader &message) |
Public Attributes | |
String20Req | clOrdID |
DKReason | dkReason |
ExecAckStatus | execAckStatus |
PRICE9 | lastPx |
uInt32 | lastQty |
String5Req | location |
ManualOrdIndReq | manualOrderIndicator |
uInt64 | orderID |
uInt64 | partyDetailsListReqID |
uInt64 | secExecID |
Int32 | securityID |
String20Req | senderID |
uInt64 | sendingTimeEpoch |
uInt32 | seqNum |
SideReq | side |
Public Attributes inherited from ILink3::StandardHeader | |
u16 | encodingType |
u16 | messageLength |
messageHeader | sbeHeader |
Static Public Attributes | |
static const u16 | BlockLength = 101 |
static constexpr const char * | SemanticType = "BN" |
static const u16 | TemplateID = 539 |
|
inline |
|
inlineexplicit |
References ILink3::DKReason::DKReason_Null, ILink3::SchemaID, and ILink3::SchemaVersion.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
References ILink3::ExecutionAck539_IteratorDefines.
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
References ILink3::ExecutionAck539_IteratorDefines.
|
inline |
|
inlinestatic |
|
inline |
References ILink3::StringCopy().
|
inline |
|
inline |
|
inline |
|
inline |
References ILink3::StringCopy().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References ILink3::StringCopy().
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by ILink3::messageToStream().
|
inline |
|
inline |
References ILink3::updateMessageLength().
|
inlinestatic |
References ILink3::StandardHeader::setMessageLength().
|
static |
String20Req ILink3::ExecutionAck539::clOrdID |
DKReason ILink3::ExecutionAck539::dkReason |
ExecAckStatus ILink3::ExecutionAck539::execAckStatus |
PRICE9 ILink3::ExecutionAck539::lastPx |
uInt32 ILink3::ExecutionAck539::lastQty |
String5Req ILink3::ExecutionAck539::location |
ManualOrdIndReq ILink3::ExecutionAck539::manualOrderIndicator |
uInt64 ILink3::ExecutionAck539::orderID |
uInt64 ILink3::ExecutionAck539::partyDetailsListReqID |
uInt64 ILink3::ExecutionAck539::secExecID |
Int32 ILink3::ExecutionAck539::securityID |
|
static |
Referenced by ILink3::createMessage(), and ILink3::getMessageSemanticType().
String20Req ILink3::ExecutionAck539::senderID |
uInt64 ILink3::ExecutionAck539::sendingTimeEpoch |
uInt32 ILink3::ExecutionAck539::seqNum |
SideReq ILink3::ExecutionAck539::side |
|
static |
Referenced by ILink3::getFieldsIterator(), ILink3::getFieldsSetIterator(), ILink3::getMessageSemanticType(), ILink3::getSendingTimeEpoch(), ILink3::getSeqNum(), ILink3::isSendingTimeEpochMessage(), ILink3::isSequencedMessage(), ILink3::isValidILink3Message(), ILink3::messageToStream(), ILink3::populateWithConstFields(), ILink3::setSendingTimeEpoch(), ILink3::setSeqNum(), and ILink3::updateMessageLength().