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 throw () |
| void | validate () const |
| std::string | toString () const |
| void | toString (std::string &str) const |
Definition at line 37 of file NewComplexInstrument.h.
|
inline |
EFID associated with creating the complex instrument.
Definition at line 52 of file NewComplexInstrument.h.
|
inline |
EFID associated with creating the complex instrument.
Definition at line 58 of file NewComplexInstrument.h.
|
inline |
Text.
Definition at line 40 of file NewComplexInstrument.h.
|
inline |
Text.
Definition at line 46 of file NewComplexInstrument.h.
|
inline |
Legs.
Definition at line 70 of file NewComplexInstrument.h.
|
inline |
Legs.
Definition at line 64 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 76 of file NewComplexInstrument.h.
|
virtual |
Validates message data Throws std::invalid_argument exception if message content is invalid.
Implements OutgoingMessage.