B2BITS FIX Antenna C++ 2.33.0
|
Variables | |
static const char | ACCEPTED_FOR_BIDDING = 'D' |
Accepted for bidding = D. | |
static const char | CALCULATED = 'B' |
Calculated = B. | |
static const char | CANCELED = '4' |
Canceled = 4. | |
static const char | DONE_FOR_DAY = '3' |
Done for day = 3. | |
static const char | EXPIRED = 'C' |
Expired = C. | |
static const char | FILLED = '2' |
Filled = 2. | |
static const char | NEW = '0' |
New = 0. | |
static const char | PARTIALLY_FILLED = '1' |
Partially filled = 1. | |
static const char | PENDING_CANCEL = '6' |
Pending Cancel (e.g. result of Order Cancel Request) = 6. | |
static const char | PENDING_NEW = 'A' |
Pending New = A. | |
static const char | PENDING_REPLACE = 'E' |
Pending Replace (e.g. result of Order Cancel/Replace Request) = E. | |
static const char | REJECTED = '8' |
Rejected = 8. | |
static const char | STOPPED = '7' |
Stopped = 7. | |
static const char | SUSPENDED = '9' |
Suspended = 9. | |
|
static |
Accepted for bidding = D.
|
static |
Calculated = B.
|
static |
Canceled = 4.
|
static |
Done for day = 3.
|
static |
Expired = C.
|
static |
Filled = 2.
|
static |
New = 0.
|
static |
Partially filled = 1.
|
static |
Pending Cancel (e.g. result of Order Cancel Request) = 6.
|
static |
Pending New = A.
|
static |
Pending Replace (e.g. result of Order Cancel/Replace Request) = E.
|
static |
Rejected = 8.
|
static |
Stopped = 7.
|
static |
Suspended = 9.