|
| AcceptFloorTrade () throw () |
|
| AcceptFloorTrade (bool initFields) throw () |
|
const AsciiString | getAccount () const throw () |
|
const AsciiString | getCMTAFirmNumber () const throw () |
|
const AsciiString | getContraFirmNumber () const throw () |
|
const AsciiString | getContraUserAcronym () const throw () |
|
const AsciiString | getExecutingGiveUpFirmNumber () const throw () |
|
FieldsIterator | getIterator () const |
|
const UInt32 | getMillisTimeStamp () const throw () |
|
size_t | getMsgLength () const |
|
const Alpha | getPositionEffect () const throw () |
|
const UInt8 | getPriceType () const throw () |
|
const UInt32 | getProductKey () const throw () |
|
const UInt32 | getQuantity () const throw () |
|
FieldsSetIterator | getSetIterator () |
|
const Alpha | getSide () const throw () |
|
const AsciiString | getSubAccount () const throw () |
|
const UInt8 | getTradingSessionId () const throw () |
|
const AsciiString | getUserAcronym () const throw () |
|
void | setAccount (const AsciiString &val) throw () |
|
void | setCMTAFirmNumber (const AsciiString &val) throw () |
|
void | setContraFirmNumber (const AsciiString &val) throw () |
|
void | setContraUserAcronym (const AsciiString &val) throw () |
|
void | setExecutingGiveUpFirmNumber (const AsciiString &val) throw () |
|
void | setMillisTimeStamp (UInt32 value) throw () |
|
void | setPositionEffect (Alpha value) throw () |
|
void | setPriceType (UInt8 value) throw () |
|
void | setProductKey (UInt32 value) throw () |
|
void | setQuantity (UInt32 value) throw () |
|
void | setSide (Alpha value) throw () |
|
void | setSubAccount (const AsciiString &val) throw () |
|
void | setTradingSessionId (UInt8 value) throw () |
|
void | setUserAcronym (const AsciiString &val) 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 () |
|