#include <B3BinaryMessages.h>
| B3::OrderCancelRequest::OrderCancelRequest |
( |
| ) |
|
|
inline |
| B3::OrderCancelRequest::OrderCancelRequest |
( |
bool |
initFields | ) |
|
|
inlineexplicit |
| const ClOrdID B3::OrderCancelRequest::getClOrdID |
( |
| ) |
const |
|
inline |
| const AsciiString B3::OrderCancelRequest::getEnteringTrader |
( |
| ) |
const |
|
inline |
| const AsciiString B3::OrderCancelRequest::getExecutingTrader |
( |
| ) |
const |
|
inline |
| static const MessageType& B3::OrderCancelRequest::getMessageType |
( |
| ) |
|
|
inlinestatic |
| size_t B3::OrderCancelRequest::getMinMessageSize |
( |
| ) |
|
|
inlinestatic |
| size_t B3::OrderCancelRequest::getMsgLength |
( |
| ) |
const |
|
inline |
| const AsciiString B3::OrderCancelRequest::getPaddingBeforeClOrdID |
( |
| ) |
const |
|
inline |
| const AsciiString B3::OrderCancelRequest::getPaddingBeforeSenderLocation |
( |
| ) |
const |
|
inline |
| const SecurityID B3::OrderCancelRequest::getSecurityID |
( |
| ) |
const |
|
inline |
| const AsciiString B3::OrderCancelRequest::getSenderLocation |
( |
| ) |
const |
|
inline |
| const Side B3::OrderCancelRequest::getSide |
( |
| ) |
const |
|
inline |
| static bool B3::OrderCancelRequest::isDynamicSizeMessage |
( |
| ) |
|
|
inlinestatic |
| void B3::OrderCancelRequest::setClOrdID |
( |
ClOrdID |
value | ) |
|
|
inline |
| void B3::OrderCancelRequest::setEnteringTrader |
( |
const AsciiString & |
val | ) |
|
|
inline |
| void B3::OrderCancelRequest::setExecutingTrader |
( |
const AsciiString & |
val | ) |
|
|
inline |
| void B3::OrderCancelRequest::setPaddingBeforeClOrdID |
( |
const AsciiString & |
val | ) |
|
|
inline |
| void B3::OrderCancelRequest::setPaddingBeforeSenderLocation |
( |
const AsciiString & |
val | ) |
|
|
inline |
| void B3::OrderCancelRequest::setSecurityID |
( |
SecurityID |
value | ) |
|
|
inline |
| void B3::OrderCancelRequest::setSenderLocation |
( |
const AsciiString & |
val | ) |
|
|
inline |
| void B3::OrderCancelRequest::setSide |
( |
const Side |
val | ) |
|
|
inline |
| std::ostream& B3::OrderCancelRequest::toStream |
( |
std::ostream & |
os | ) |
const |
|
inline |
| std::string B3::OrderCancelRequest::toString |
( |
| ) |
const |
|
inline |
| void B3::OrderCancelRequest::updateMessageLength |
( |
| ) |
|
|
inline |
| static void B3::OrderCancelRequest::updateMessageLength |
( |
StandardHeader & |
message | ) |
|
|
inlinestatic |
| const u16 B3::OrderCancelRequest::BlockLength = 76 |
|
static |
| ClOrdID B3::OrderCancelRequest::clOrdID |
| Trader B3::OrderCancelRequest::enteringTrader |
| Padding2 B3::OrderCancelRequest::paddingBeforeClOrdID |
| Padding2 B3::OrderCancelRequest::paddingBeforeSenderLocation |
| Side B3::OrderCancelRequest::side |
| const u16 B3::OrderCancelRequest::TemplateID = 105 |
|
static |
Referenced by B3::getFieldsIterator(), B3::getFieldsSetIterator(), B3::getMsgSeqNum(), B3::getSendingTime(), B3::isSendingTimeMessage(), B3::isSequencedMessage(), B3::isValidB3Message(), B3::messageToStream(), B3::populateWithConstFields(), B3::setMsgSeqNum(), B3::setSendingTime(), B3::setSessionID(), and B3::updateMessageLength().