forwardTradeCaptureReportRequestEventArgs Methods   Table of ContentTradeCollateralStatus Enumerationforward
TradeCollateralization Enumeration
If a swap is not cleared, an indication of whether a swap is Uncollateralized, Partially Collateralized, One-Way Collateralize, Fully Collateralized.

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 TradeCollateralization
Members
  Member nameValueDescription
None-1 Default value. Do not use it directly.
Uncollateralized0 Uncollateralized.
PartiallyCollateralized1 Partially Collateralized.
OneWayCollateralized2 One-Way Collateralized.
FullyCollateralized3 Fully Collateralized.
See Also