Public Types | |
| typedef Alphanumeric< 8 > | Leg |
Public Member Functions | |
| StrRef | clOrdId () const |
| void | clOrdId (StrRef value) |
| StrRef | clearingFirm () const |
| void | clearingFirm (StrRef value) |
| const std::vector< Leg > & | legs () const |
| std::vector< Leg > & | legs () |
| MessageType::Enum | type () const ONIXS_BATS_BOE_NOEXCEPT ONIXS_BATS_BOE_OVERRIDE |
| void | validate () const ONIXS_BATS_BOE_OVERRIDE |
| std::string | toString () const ONIXS_BATS_BOE_OVERRIDE |
| void | toString (std::string &str) const ONIXS_BATS_BOE_OVERRIDE |
Definition at line 36 of file NewComplexInstrument.h.
| typedef Alphanumeric<8> Leg |
Definition at line 38 of file NewComplexInstrument.h.
|
inline |
EFID associated with creating the complex instrument.
Definition at line 53 of file NewComplexInstrument.h.
|
inline |
EFID associated with creating the complex instrument.
Definition at line 59 of file NewComplexInstrument.h.
|
inline |
Text.
Definition at line 41 of file NewComplexInstrument.h.
|
inline |
Text.
Definition at line 47 of file NewComplexInstrument.h.
|
inline |
Legs.
Definition at line 71 of file NewComplexInstrument.h.
|
inline |
Legs.
Definition at line 65 of file NewComplexInstrument.h.
|
virtual |
Returns the text representation.
Implements OutgoingMessage.
|
virtual |
The text representation.
Implements OutgoingMessage.
|
inlinevirtual |
Returns message type.
Implements OutgoingMessage.
Definition at line 77 of file NewComplexInstrument.h.
|
virtual |
Validates message data Throws std::invalid_argument exception if message content is invalid.
Implements OutgoingMessage.