| AllocationIndicator Enumeration |
Identifies if the trade is marked for allocation.
Namespace:
OnixS.CmeStpHandler
Assembly:
OnixS.CmeStpHandler-net-4.8 (in OnixS.CmeStpHandler-net-4.8.dll) Version: 4.2.1.0 (4.2.1)
Syntaxpublic enum AllocationIndicator
Members|
| Member name | Value | Description |
|---|
| None | -1 |
Default value. Do not use it directly.
|
| AllocationNotRequired | 0 |
Allocation not required.
|
| AllocationRequired | 1 |
Allocation required (give-up trade) allocation information not provided (incomplete).
|
| AllocationProvided | 2 |
Use allocation provided with the trade.
|
| AllocationGiveUpExecutor | 3 |
Allocation give-up executor.
|
| AllocationFromExecutor | 4 |
Allocation from executor.
|
| AllocationToClaimAccount | 5 |
Allocation to claim account.
|
| SgxOffset | 100 |
SGX Offset.
|
See Also