|
QuoteFillReport * | clone () |
|
const AsciiString | getAccount () const throw () |
|
const Alpha | getBillingType () const throw () |
|
const UInt32 | getCboeHighId () const throw () |
|
const UInt32 | getCboeLowId () const throw () |
|
const AsciiString | getExecutingGiveUpFirmNumber () const throw () |
|
FieldsIterator | getIterator () const |
|
const UInt32 | getLeavesQuantity () const throw () |
|
size_t | getMsgLength () const |
|
const UInt32 | getProductKey () const throw () |
|
const UInt32 | getQuoteKey () const throw () |
|
const UInt8 | getReportType () const throw () |
|
FieldsSetIterator | getSetIterator () |
|
const Alpha | getSide () const throw () |
|
const AsciiString | getSubAccount () const throw () |
|
const UInt64 | getTimestamp () const throw () |
|
const UInt32 | getTradedQuantity () const throw () |
|
const UInt8 | getTradingSessionId () const throw () |
|
const UInt16 | getUpdateStatusReason () const throw () |
|
const AsciiString | getUserAcronym () const throw () |
|
const AsciiString | getUserAssignedId () const throw () |
|
| QuoteFillReport () throw () |
|
| QuoteFillReport (bool initFields) throw () |
|
void | setAccount (const AsciiString &val) throw () |
|
void | setBillingType (Alpha value) throw () |
|
void | setCboeHighId (UInt32 value) throw () |
|
void | setCboeLowId (UInt32 value) throw () |
|
void | setExecutingGiveUpFirmNumber (const AsciiString &val) throw () |
|
void | setLeavesQuantity (UInt32 value) throw () |
|
void | setProductKey (UInt32 value) throw () |
|
void | setQuoteKey (UInt32 value) throw () |
|
void | setReportType (UInt8 value) throw () |
|
void | setSide (Alpha value) throw () |
|
void | setSubAccount (const AsciiString &val) throw () |
|
void | setTimestamp (UInt64 value) throw () |
|
void | setTradedQuantity (UInt32 value) throw () |
|
void | setTradingSessionId (UInt8 value) throw () |
|
void | setUpdateStatusReason (UInt16 value) throw () |
|
void | setUserAcronym (const AsciiString &val) throw () |
|
void | setUserAssignedId (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 () |
|