PositionAmountType Enumeration |
Represents Residual Price of Average Price System (APS) transactions.
Supported value:
CRES - Cash Residual Amount
ICPN - Initial Trade Coupon Amount
IPMT - Upfront Payment
PREM - Premium Amount
TVAR - Trade Variation Amount
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 PositionAmountType
Members
| Member name | Value | Description |
---|
| None | -1 |
Default value. Do not use it directly.
|
| CashResidualAmount | 0 |
Cash Residual Amount
|
| InitialTradeCouponAmount | 1 |
Initial Trade Coupon Amount
|
| UpfrontPayment | 2 |
Upfront Payment
|
| PremiumAmount | 3 |
Premium Amount
|
| TradeVariationAmount | 4 |
Trade Variation Amount
|
See Also