public enum TradeSubType extends Enum<TradeSubType>
Enum Constant and Description |
---|
AuctionTrade
Auction Trade
|
ConvertedSwap
Converted SWAP (Aged Deal)
|
CrossedTrade
Crossed Trade (X)
|
DeliveryTransfer
Delivery Transfer
|
DifferentialSpread
Differential Spread (Sled)
|
ImpliedSpread
Implied Spread
|
MultilateralCompression
Multilateral Compression
|
None
Default value.
|
Tam
TAM - Traded at marker
|
Tas
TAS - Traded at settlement
|
Modifier and Type | Method and Description |
---|---|
static TradeSubType |
forValue(int value)
Returns enum value for the int representation
|
int |
getValue()
Gets current value.
|
static TradeSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TradeSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TradeSubType None
public static final TradeSubType DifferentialSpread
public static final TradeSubType ImpliedSpread
public static final TradeSubType ConvertedSwap
public static final TradeSubType CrossedTrade
public static final TradeSubType Tas
public static final TradeSubType AuctionTrade
public static final TradeSubType Tam
public static final TradeSubType MultilateralCompression
public static final TradeSubType DeliveryTransfer
public static TradeSubType[] values()
for (TradeSubType c : TradeSubType.values()) System.out.println(c);
public static TradeSubType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
public static TradeSubType forValue(int value)
value
- valueCopyright © 2014–2025 Onix Solutions. All rights reserved.