Definition at line 235 of file Enumerations.h.
◆ Enum
Trade Status.
| Enumerator |
|---|
| Undefined | 0x0 | Undefined.
|
| Confirmed | 0x1 | Confirmed.
|
| PartiallyConfirmed | 0x2 | Partially Confirmed.
|
| PendingOnDelivery | 0x3 | Pending on Delivery.
|
| PendingOnPossibleRejection | 0x4 | Pending on possible rejection.
|
| Rejected | 0x5 | Rejected.
|
| Modificated | 0x6 | Modificated.
|
| Cancellated | 0x7 | Cancellated.
|
Definition at line 238 of file Enumerations.h.
◆ deserialize()
| Enum deserialize |
( |
const char * | | ) |
|
|
static |
Deserializes constant from string representation.
◆ toString()
| const char * toString |
( |
Enum | | ) |
|
|
static |
Returns string representation.