#include <B3BinaryMessages.h>
B3::AllocationInstruction::AllocationInstruction |
( |
| ) |
|
|
inline |
B3::AllocationInstruction::AllocationInstruction |
( |
bool |
initFields | ) |
|
|
inlineexplicit |
const Account B3::AllocationInstruction::getAllocAccount |
( |
| ) |
const |
|
inline |
const AllocID B3::AllocationInstruction::getAllocID |
( |
| ) |
const |
|
inline |
const Quantity B3::AllocationInstruction::getAllocQty |
( |
| ) |
const |
|
inline |
const AllocTransType B3::AllocationInstruction::getAllocTransType |
( |
| ) |
const |
|
inline |
const AllocType B3::AllocationInstruction::getAllocType |
( |
| ) |
const |
|
inline |
const AsciiString B3::AllocationInstruction::getEnteringTrader |
( |
| ) |
const |
|
inline |
const AllocID B3::AllocationInstruction::getIndividualAllocID |
( |
| ) |
const |
|
inline |
static const MessageType& B3::AllocationInstruction::getMessageType |
( |
| ) |
|
|
inlinestatic |
size_t B3::AllocationInstruction::getMinMessageSize |
( |
| ) |
|
|
inlinestatic |
size_t B3::AllocationInstruction::getMsgLength |
( |
| ) |
const |
|
inline |
const Quantity B3::AllocationInstruction::getQuantity |
( |
| ) |
const |
|
inline |
static const SecurityExchange& B3::AllocationInstruction::getSecurityExchange |
( |
| ) |
|
|
inlinestatic |
const SecurityID B3::AllocationInstruction::getSecurityID |
( |
| ) |
const |
|
inline |
static const SecurityIDSource& B3::AllocationInstruction::getSecurityIDSource |
( |
| ) |
|
|
inlinestatic |
const AsciiString B3::AllocationInstruction::getSenderLocation |
( |
| ) |
const |
|
inline |
static const Side& B3::AllocationInstruction::getSide |
( |
| ) |
|
|
inlinestatic |
const TradeID B3::AllocationInstruction::getTradeID |
( |
| ) |
const |
|
inline |
static bool B3::AllocationInstruction::isDynamicSizeMessage |
( |
| ) |
|
|
inlinestatic |
void B3::AllocationInstruction::setAllocAccount |
( |
Account |
value | ) |
|
|
inline |
void B3::AllocationInstruction::setAllocID |
( |
AllocID |
value | ) |
|
|
inline |
void B3::AllocationInstruction::setAllocQty |
( |
Quantity |
value | ) |
|
|
inline |
void B3::AllocationInstruction::setAllocTransType |
( |
const AllocTransType |
val | ) |
|
|
inline |
void B3::AllocationInstruction::setAllocType |
( |
const AllocType |
val | ) |
|
|
inline |
void B3::AllocationInstruction::setEnteringTrader |
( |
const AsciiString & |
val | ) |
|
|
inline |
void B3::AllocationInstruction::setIndividualAllocID |
( |
AllocID |
value | ) |
|
|
inline |
void B3::AllocationInstruction::setQuantity |
( |
Quantity |
value | ) |
|
|
inline |
void B3::AllocationInstruction::setSecurityID |
( |
SecurityID |
value | ) |
|
|
inline |
void B3::AllocationInstruction::setSenderLocation |
( |
const AsciiString & |
val | ) |
|
|
inline |
void B3::AllocationInstruction::setTradeID |
( |
TradeID |
value | ) |
|
|
inline |
std::ostream& B3::AllocationInstruction::toStream |
( |
std::ostream & |
os | ) |
const |
|
inline |
std::string B3::AllocationInstruction::toString |
( |
| ) |
const |
|
inline |
void B3::AllocationInstruction::updateMessageLength |
( |
| ) |
|
|
inline |
static void B3::AllocationInstruction::updateMessageLength |
( |
StandardHeader & |
message | ) |
|
|
inlinestatic |
Account B3::AllocationInstruction::allocAccount |
AllocID B3::AllocationInstruction::allocID |
Quantity B3::AllocationInstruction::allocQty |
AllocType B3::AllocationInstruction::allocType |
const u16 B3::AllocationInstruction::BlockLength = 86 |
|
static |
Trader B3::AllocationInstruction::enteringTrader |
AllocID B3::AllocationInstruction::individualAllocID |
Quantity B3::AllocationInstruction::quantity |
const u16 B3::AllocationInstruction::TemplateID = 601 |
|
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().
TradeID B3::AllocationInstruction::tradeID |