Definition at line 36 of file ModifyOrder.h.
◆ cancelOrigOnReject() [1/2]
◆ cancelOrigOnReject() [2/2]
◆ clearingFirm() [1/2]
EFID that will clear the trade.
Definition at line 63 of file ModifyOrder.h.
◆ clearingFirm() [2/2]
void clearingFirm |
( |
StrRef | value | ) |
|
|
inline |
EFID that will clear the trade.
Definition at line 69 of file ModifyOrder.h.
◆ clOrdId() [1/2]
Unique Id chosen by the client.
Definition at line 39 of file ModifyOrder.h.
◆ clOrdId() [2/2]
Unique Id chosen by the client.
Definition at line 45 of file ModifyOrder.h.
◆ custOrderHandlingInst() [1/2]
Execution source code provided during order entry to describe broker service.
Definition at line 171 of file ModifyOrder.h.
◆ custOrderHandlingInst() [2/2]
Execution source code provided during order entry to describe broker service.
Definition at line 177 of file ModifyOrder.h.
◆ frequentTraderId() [1/2]
StrRef frequentTraderId |
( |
| ) |
const |
|
inline |
Supplemental customer identifier used for billing related programs.
Definition at line 159 of file ModifyOrder.h.
◆ frequentTraderId() [2/2]
void frequentTraderId |
( |
StrRef | value | ) |
|
|
inline |
Supplemental customer identifier used for billing related programs.
Definition at line 165 of file ModifyOrder.h.
◆ manualOrderIndicator() [1/2]
◆ manualOrderIndicator() [2/2]
◆ oEOID() [1/2]
Identifies the Order Entry Operator responsible for this message.
Definition at line 147 of file ModifyOrder.h.
◆ oEOID() [2/2]
Identifies the Order Entry Operator responsible for this message.
Definition at line 153 of file ModifyOrder.h.
◆ orderQty() [1/2]
◆ orderQty() [2/2]
◆ ordType() [1/2]
◆ ordType() [2/2]
◆ origClOrdId() [1/2]
The ClOrdId of the original order.
Definition at line 51 of file ModifyOrder.h.
◆ origClOrdId() [2/2]
void origClOrdId |
( |
StrRef | value | ) |
|
|
inline |
The ClOrdId of the original order.
Definition at line 57 of file ModifyOrder.h.
◆ price() [1/2]
◆ price() [2/2]
◆ stopPx() [1/2]
◆ stopPx() [2/2]
◆ toString() [1/2]
std::string toString |
( |
| ) |
const |
|
virtual |
◆ toString() [2/2]
void toString |
( |
std::string & | str | ) |
const |
|
virtual |
◆ type()
◆ validate()
Validates message data Throws std::invalid_argument exception if message content is invalid.
Implements OutgoingMessage.