Definition at line 194 of file Enumerations.h.
◆ Enum
Confirmation Types.
| Enumerator |
|---|
| Undefined | 0x0 | Undefined.
|
| New | 0x1 | New.
|
| NewCrossTrade | 0x2 | New Cross Trade.
|
| SellerRejection | 0x3 | Seller rejection.
|
| BuyerRejection | 0x4 | Buyer rejection.
|
| TimeToRejectExpired | 0x5 | Time to reject expired.
|
| Delivery | 0x6 | Delivery.
|
| TradeModification | 0x7 | Trade Modification.
|
| TradeCancellation | 0x8 | Trade Cancellation.
|
Definition at line 197 of file Enumerations.h.
◆ deserialize()
| Enum deserialize |
( |
const char * | | ) |
|
|
static |
Deserializes constant from string representation.
◆ toString()
| const char * toString |
( |
Enum | | ) |
|
|
static |
Returns string representation.