forwardTradeIDEvent Enumeration   Table of ContentTradeIDType Enumerationforward
TradeIDScope Enumeration
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-net-4.8 (in OnixS.CmeStpHandler-net-4.8.dll) Version: 3.5.0.0 (3.5.0)
Syntax
C#
public enum TradeIDScope
Members
  Member nameValueDescription
None-1 Default value. Do not use it directly.
ClearingMember1 Clearing member.
Client2 Client.
See Also