|
OrderFormat1CancelReplace * | clone () |
|
const AsciiString | getAccount () const throw () |
|
const AsciiString | getBranch () const throw () |
|
const UInt16 | getBranchSequenceNumber () const throw () |
|
const Alpha | getCoverage () const throw () |
|
const AsciiString | getExecutingGiveUpFirmNumber () const throw () |
|
FieldsIterator | getIterator () const |
|
size_t | getMsgLength () const |
|
const UInt8 | getNBBOProtection () const throw () |
|
const UInt16 | getOptionalFieldIndicator () const throw () |
|
const UInt8 | getOrderDay () const throw () |
|
const UInt8 | getOrderMonth () const throw () |
|
const UInt16 | getOrderYear () const throw () |
|
const AsciiString | getOriginalOrderBranch () const throw () |
|
const UInt16 | getOriginalOrderBranchSequenceNumber () const throw () |
|
const AsciiString | getOriginalOrderCorrespondentFirm () const throw () |
|
const UInt8 | getOriginalOrderDay () const throw () |
|
const AsciiString | getOriginalOrderExecutingGiveUpFirmNumber () const throw () |
|
const UInt32 | getOriginalOrderHighId () const throw () |
|
const UInt32 | getOriginalOrderLowId () const throw () |
|
const UInt8 | getOriginalOrderMonth () const throw () |
|
const UInt8 | getOriginalOrderTradingSessionId () const throw () |
|
const UInt16 | getOriginalOrderYear () const throw () |
|
const AsciiString | getOriginalUserAssignedId () const throw () |
|
const Alpha | getOriginType () const throw () |
|
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 Alpha | getTimeInForce () const throw () |
|
const UInt32 | getUserSessionKey () const throw () |
|
| OrderFormat1CancelReplace () throw () |
|
| OrderFormat1CancelReplace (bool initFields) throw () |
|
void | setAccount (const AsciiString &val) throw () |
|
void | setBranch (const AsciiString &val) throw () |
|
void | setBranchSequenceNumber (UInt16 value) throw () |
|
void | setCoverage (Alpha value) throw () |
|
void | setExecutingGiveUpFirmNumber (const AsciiString &val) throw () |
|
void | setNBBOProtection (UInt8 value) throw () |
|
void | setOptionalFieldIndicator (UInt16 value) throw () |
|
void | setOrderDay (UInt8 value) throw () |
|
void | setOrderMonth (UInt8 value) throw () |
|
void | setOrderYear (UInt16 value) throw () |
|
void | setOriginalOrderBranch (const AsciiString &val) throw () |
|
void | setOriginalOrderBranchSequenceNumber (UInt16 value) throw () |
|
void | setOriginalOrderCorrespondentFirm (const AsciiString &val) throw () |
|
void | setOriginalOrderDay (UInt8 value) throw () |
|
void | setOriginalOrderExecutingGiveUpFirmNumber (const AsciiString &val) throw () |
|
void | setOriginalOrderHighId (UInt32 value) throw () |
|
void | setOriginalOrderLowId (UInt32 value) throw () |
|
void | setOriginalOrderMonth (UInt8 value) throw () |
|
void | setOriginalOrderTradingSessionId (UInt8 value) throw () |
|
void | setOriginalOrderYear (UInt16 value) throw () |
|
void | setOriginalUserAssignedId (const AsciiString &val) throw () |
|
void | setOriginType (Alpha 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 | setTimeInForce (Alpha value) 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 () |
|