OffMarketTradeType Enumeration |
Known types of block trade.
Namespace:
OnixS.NET.ICE.iMpact
Assembly:
OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.8_x64.dll) Version: 4.17.0.0
Syntax public enum OffMarketTradeType
Members
| Member name | Value | Description |
---|
| Regular | 32 |
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 | 50 |
ICE EFRP.
|
| IceBlk | 51 |
ICE BLK.
|
| Basis | 52 |
Basis Trade.
|
| GuaranteedCross | 53 |
Guaranteed Cross.
|
| VolatilityContingent | 54 |
Volatility Contingent Trade.
|
| StockContingent | 55 |
Stock Contingent Trade.
|
| CxcEfp | 57 |
CCX EFP Trade.
|
| OtherClearingVenue | 65 |
Other Clearing Venue.
|
| N2ex | 68 |
N2EX Trade.
|
| Efp | 69 |
EFP Trade.
|
| Eex | 71 |
EEX Trade.
|
| EfpEfsContra | 70 |
EFP/EFS Contra Trade.
|
| Efm | 73 |
EFM Trade.
|
| Efr | 74 |
EFR Trade.
|
| Block | 75 |
Block Trade.
|
| NgEfpEfs | 79 |
NG EFP/EFS Trade.
|
| Eoo | 81 |
EOO Trade (for US Futures Options only).
|
| Efs | 83 |
EFS Trade.
|
| Contra | 84 |
Contra Trade.
|
| Cpblk | 85 |
CPBLK Trade.
|
| BilateralOffExchange | 86 |
Bilateral Off-Exchange Trade.
|
| BilateralCrossContra | 89 |
Bilateral Cross Contra Trade.
|
| AssetAllocation | 16705 |
Asset Allocation.
|
| TradeAtMarket | 21314 |
Trade at Market (TAM/SBK).
|
See Also