forwardCollateralReportEventArgs Methods   Table of ContentCollateralStatus Enumerationforward
CollateralReportTransactionType Enumeration
Collateral report transaction type.

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 CollateralReportTransactionType
Members
  Member nameValueDescription
None-1 Default value. Do not use it directly.
TradeRegistered49 Trade registered.
AllocationRegistered50 Allocation registered.
SubstitutionRegistered51 Substitution registered.
TradeIsCancelled54 Trade is cancelled.
SubstitutionCancelled55 Substitution/allocation cancelled.
Replace56 Replace.
See Also