|
static const char | CANCEL_ALL_ORDERS = '7' |
| Cancel all orders = 7.
|
|
static const char | CANCEL_ORDERS_FOR_CFICODE = '4' |
| Cancel orders for a CFICode = 4.
|
|
static const char | CANCEL_ORDERS_FOR_PRODUCT = '3' |
| Cancel orders for a Product = 3.
|
|
static const char | CANCEL_ORDERS_FOR_SECURITY = '1' |
| Cancel orders for a security = 1.
|
|
static const char | CANCEL_ORDERS_FOR_SECURITYTYPE = '5' |
| Cancel orders for a SecurityType = 5.
|
|
static const char | CANCEL_ORDERS_FOR_TRADING_SESSION = '6' |
| Cancel orders for a trading session = 6.
|
|
static const char | CANCEL_ORDERS_FOR_UNDERLYING = '2' |
| Cancel orders for an Underlying security = 2.
|
|
static const char | CANCEL_REQUEST_REJECT = '0' |
| Cancel Request Rejected - See<fieldref tag="532">MassCancelRejectReason</fieldref> = 0.
|
|