Enum ClearingIntention
An indication of whether or not a reportable swap transaction is intended to clear.
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
public enum ClearingIntention
Fields
| Name | Description |
|---|---|
| DoNotIntendToClear | Do not intend to clear. |
| IntendToClear | Intend to clear. |
| None | Default value. Do not use it directly. |