#include <Enumerations.h>
Public Types | |
| enum | Enum |
Static Public Member Functions | |
| static Enum | deserialize (const char *) |
| static const char * | toString (Enum) |
Definition at line 255 of file Enumerations.h.
| enum Enum |
Known types of block trade.
| Enumerator | ||
|---|---|---|
| Regular | ' ' | Regular trade is an order book trade. When someone sends a buy order and a sell order with a matching price, that is a regular trade. |
| IceEfrp | '2' | ICE EFRP. |
| IceBlk | '3' | ICE BLK. |
| Basis | '4' | Basis Trade. |
| GuaranteedCross | '5' | Guaranteed Cross. |
| VolatilityContingent | '6' | Volatility Contingent Trade. |
| StockContingent | '7' | Stock Contingent Trade. |
| CxcEfp | '9' | CCX EFP Trade. |
| OtherClearingVenue | 'A' | Other Clearing Venue. |
| N2ex | 'D' | N2EX Trade. |
| Efp | 'E' | EFP Trade. |
| Eex | 'G' | EEX Trade. |
| EfpEfsContra | 'F' | EFP/EFS Contra Trade. |
| Efm | 'I' | EFM Trade. |
| Efr | 'J' | EFR Trade. |
| Block | 'K' | Block Trade. |
| NgEfpEfs | 'O' | NG EFP/EFS Trade. |
| Eoo | 'Q' | EOO Trade (for US Futures Options only). |
| Efs | 'S' | EFS Trade. |
| Contra | 'T' | Contra Trade. |
| Cpblk | 'U' | CPBLK Trade. |
| BilateralOffExchange | 'V' | Bilateral Off-Exchange Trade. |
| BilateralCrossContra | 'Y' | Bilateral Cross Contra Trade. |
| AssetAllocation | 16705 | Asset Allocation. |
| TradeAtMarket | 21314 | Trade at Market (TAM/SBK). |
Definition at line 258 of file Enumerations.h.
|
static |
Deserializes constant from string representation.
|
static |
Returns string representation.