|
const AsciiString | getBranch () const throw () |
|
const UInt16 | getBranchSequenceNumber () const throw () |
|
const AsciiString | getCMTAFirmNumber () const throw () |
|
const Alpha | getCoverage () const throw () |
|
const Boolean | getIsIOC () const throw () |
|
FieldsIterator | getIterator () const |
|
size_t | getMsgLength () const |
|
const Boolean | getNBBOProtection () const throw () |
|
const UInt32 | getOriginalQuantity () const throw () |
|
const Alpha | getOriginType () const throw () |
|
const Alpha | getPositionEffect () const throw () |
|
const AsciiString | getPreferred () const throw () |
|
const UInt32 | getProductKey () const throw () |
|
FieldsSetIterator | getSetIterator () |
|
const Alpha | getSide () const throw () |
|
const UInt8 | getTradingSessionId () const throw () |
|
const AsciiString | getUserAssignedId () const throw () |
|
const UInt32 | getUserSessionKey () const throw () |
|
| OrderFormat2 () throw () |
|
| OrderFormat2 (bool initFields) throw () |
|
void | setBranch (const AsciiString &val) throw () |
|
void | setBranchSequenceNumber (UInt16 value) throw () |
|
void | setCMTAFirmNumber (const AsciiString &val) throw () |
|
void | setCoverage (Alpha value) throw () |
|
void | setIsIOC (Boolean value) throw () |
|
void | setNBBOProtection (Boolean value) throw () |
|
void | setOriginalQuantity (UInt32 value) throw () |
|
void | setOriginType (Alpha value) throw () |
|
void | setPositionEffect (Alpha value) throw () |
|
void | setPreferred (const AsciiString &val) throw () |
|
void | setProductKey (UInt32 value) throw () |
|
void | setSide (Alpha value) throw () |
|
void | setTradingSessionId (UInt8 value) throw () |
|
void | setUserAssignedId (const AsciiString &val) throw () |
|
void | setUserSessionKey (UInt32 value) throw () |
|
std::ostream & | toStream (std::ostream &os) const |
|
std::string | toString () const |
|
void | updateMessageLength () |
|
Public Member Functions inherited from CMI::StandardHeader |
UInt8 | getCmiMarker () const |
|
UInt8 | getMessageFlags () const |
|
UInt32 | getMessageLength () const |
|
UInt32 | getMessageSequenceNumber () const |
|
MessageType::Enum | getMessageType () const |
|
UInt8 | getVersion () const |
|
void | setCmiMarker (UInt8 marker) |
|
void | setMessageFlags (UInt8 value) |
|
void | setMessageLength (UInt32 value) |
|
void | setMessageSequenceNumber (UInt32 value) |
|
void | setMessageType (MessageType::Enum value) |
|
void | setMessageType (UInt8 value) |
|
| StandardHeader () |
|