Enum TradeIDScope
Included when a trade must be assigned more than one identifier, e.g. one for the clearing member and another for the client on a cleared trade as with the principal model in Europe.
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
public enum TradeIDScope
Fields
Name | Description |
---|---|
ClearingMember | Clearing member. |
Client | Client. |
None | Default value. Do not use it directly. |