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 public enum CollateralReportTransactionType
Members
| Member name | Value | Description |
---|
| None | -1 |
Default value. Do not use it directly.
|
| TradeRegistered | 49 |
Trade registered.
|
| AllocationRegistered | 50 |
Allocation registered.
|
| SubstitutionRegistered | 51 |
Substitution registered.
|
| TradeIsCancelled | 54 |
Trade is cancelled.
|
| SubstitutionCancelled | 55 |
Substitution/allocation cancelled.
|
| Replace | 56 |
Replace.
|
See Also