forwardOnixS.CmeStpHandler   Table of ContentAssetAttribute Classforward
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: 3.5.0.0 (3.5.0)
Syntax
C#
public enum AllocationIndicator
Members
  Member nameValueDescription
None-1 Default value. Do not use it directly.
AllocationNotRequired0 Allocation not required.
AllocationRequired1 Allocation required (give-up trade) allocation information not provided (incomplete).
AllocationProvided2 Use allocation provided with the trade.
AllocationGiveUpExecutor3 Allocation give-up executor.
AllocationFromExecutor4 Allocation from executor.
AllocationToClaimAccount5 Allocation to claim account.
SgxOffset100 SGX Offset.
See Also