Enum AllocationIndicator
Identifies if the trade is marked for allocation.
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
public enum AllocationIndicator
Fields
| Name | Description |
|---|---|
| AllocationFromExecutor | Allocation from executor. |
| AllocationGiveUpExecutor | Allocation give-up executor. |
| AllocationNotRequired | Allocation not required. |
| AllocationProvided | Use allocation provided with the trade. |
| AllocationRequired | Allocation required (give-up trade) allocation information not provided (incomplete). |
| AllocationToClaimAccount | Allocation to claim account. |
| None | Default value. Do not use it directly. |
| SgxOffset | SGX Offset. |