forwardClearedIndicator Enumeration   Table of ContentClearingRequirementException Enumerationforward
ClearingIntention Enumeration
An indication of whether or not a reportable swap transaction is intended to clear.

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 ClearingIntention
Members
  Member nameValueDescription
None-1 Default value. Do not use it directly.
DoNotIntendToClear0 Do not intend to clear.
IntendToClear1 Intend to clear.
See Also