ClearingTransformationType Enumeration |
Indicates the type of Clearing Transformation that generated this Trade.
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 public enum ClearingTransformationType
Members
| Member name | Value | Description |
---|
| None | -1 |
Default value. Do not use it directly.
|
| Exercise | 1 |
Exercise.
|
| Assignment | 2 |
Assignment.
|
| GeneralTransformation | 3 |
General Transformation.
|
| DeliveryTransformation | 4 |
Delivery Transformation.
|
| Fungible | 5 |
Fungible.
|
See Also