#include <B3BinaryMessages.h>
B3::Quote::Quote |
( |
bool |
initFields | ) |
|
|
inlineexplicit |
const AsciiString B3::Quote::getEnteringTrader |
( |
| ) |
const |
|
inline |
const AsciiString B3::Quote::getExecutingTrader |
( |
| ) |
const |
|
inline |
static const MessageType& B3::Quote::getMessageType |
( |
| ) |
|
|
inlinestatic |
size_t B3::Quote::getMinMessageSize |
( |
| ) |
|
|
inlinestatic |
size_t B3::Quote::getMsgLength |
( |
| ) |
const |
|
inline |
const Quantity B3::Quote::getOrderQty |
( |
| ) |
const |
|
inline |
static const Boolean& B3::Quote::getPrivateQuote |
( |
| ) |
|
|
inlinestatic |
const QuoteID B3::Quote::getQuoteID |
( |
| ) |
const |
|
inline |
const QuoteReqID B3::Quote::getQuoteReqID |
( |
| ) |
const |
|
inline |
const SecurityID B3::Quote::getSecurityID |
( |
| ) |
const |
|
inline |
const AsciiString B3::Quote::getSenderLocation |
( |
| ) |
const |
|
inline |
const SettlType B3::Quote::getSettlType |
( |
| ) |
const |
|
inline |
const Side B3::Quote::getSide |
( |
| ) |
const |
|
inline |
static bool B3::Quote::isDynamicSizeMessage |
( |
| ) |
|
|
inlinestatic |
void B3::Quote::setEnteringTrader |
( |
const AsciiString & |
val | ) |
|
|
inline |
void B3::Quote::setExecutingTrader |
( |
const AsciiString & |
val | ) |
|
|
inline |
void B3::Quote::setOrderQty |
( |
Quantity |
value | ) |
|
|
inline |
void B3::Quote::setQuoteID |
( |
QuoteID |
value | ) |
|
|
inline |
void B3::Quote::setSenderLocation |
( |
const AsciiString & |
val | ) |
|
|
inline |
void B3::Quote::setSettlType |
( |
const SettlType |
val | ) |
|
|
inline |
void B3::Quote::setSide |
( |
const Side |
val | ) |
|
|
inline |
std::ostream& B3::Quote::toStream |
( |
std::ostream & |
os | ) |
const |
|
inline |
std::string B3::Quote::toString |
( |
| ) |
const |
|
inline |
void B3::Quote::updateMessageLength |
( |
| ) |
|
|
inline |
static void B3::Quote::updateMessageLength |
( |
StandardHeader & |
message | ) |
|
|
inlinestatic |
const u16 B3::Quote::BlockLength = 105 |
|
static |
Trader B3::Quote::enteringTrader |
Trader B3::Quote::executingTrader |
const u16 B3::Quote::TemplateID = 403 |
|
static |
Referenced by B3::getFieldsIterator(), B3::getFieldsSetIterator(), B3::getMsgSeqNum(), B3::getPossResend(), B3::getSendingTime(), B3::isSendingTimeMessage(), B3::isSequencedMessage(), B3::isValidB3Message(), B3::messageToStream(), B3::populateWithConstFields(), B3::setMsgSeqNum(), B3::setSendingTime(), B3::setSessionID(), and B3::updateMessageLength().