Package | Description |
---|---|
biz.onixs.cme.stp.handler |
Modifier and Type | Method and Description |
---|---|
static TradeCollateralization |
TradeCollateralization.forValue(int value)
Returns enum value for the int representation
|
TradeCollateralization |
TradeCaptureReport.getTradeCollateralization()
If a swap is not cleared, an indication of whether a swap is Uncollateralized,
Partially Collateralized, One-Way Collateralize, Fully Collateralized.
|
static TradeCollateralization |
TradeCollateralization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TradeCollateralization[] |
TradeCollateralization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TradeCaptureReport.setTradeCollateralization(TradeCollateralization value)
If a swap is not cleared, an indication of whether a swap is Uncollateralized,
Partially Collateralized, One-Way Collateralize, Fully Collateralized.
|
Copyright © 2014–2025 Onix Solutions. All rights reserved.