public enum TradeType extends Enum<TradeType>
Enum Constant and Description |
---|
BlockSwapTrade
Block swap trade
|
BlockTrade
Block Trade
|
CreditEventTrade
Credit event trade
|
ExchangeBasisFacility
Exchange Basis Facility (EBF)
|
ExchangeForPhysical
Exchange for Physical (EFP)
|
ExchangeForRisk
Exchange for Risk (EFR)
|
ExchangeForSwap
Exchange for Swap (EFS)
|
Fixing
Fixing
|
NettedTrade
Netted trade
|
None
Default value.
|
OptionExercise
Option exercise
|
OtcPrivatelyNegotiatedTrades
OTC Privately Negotiated Trades (OPNT)
|
OverTheCounterOrLargeNotionalOffFacilitySwap
Over the Counter / Large Notional Off Facility Swap
|
RegularTrade
Regular Trade
|
SubstitutionOfFuturesForForwards
Substitution of Futures for Forwards (SUBS)
|
SuccessionEventTrade
Succession event trade
|
Transfer
Transfer
|
Modifier and Type | Method and Description |
---|---|
static TradeType |
forValue(int value)
Returns enum value for the int representation
|
int |
getValue()
Gets current value.
|
static TradeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TradeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TradeType None
public static final TradeType RegularTrade
public static final TradeType BlockTrade
public static final TradeType ExchangeForPhysical
public static final TradeType Transfer
public static final TradeType ExchangeForRisk
public static final TradeType ExchangeForSwap
public static final TradeType OtcPrivatelyNegotiatedTrades
public static final TradeType SubstitutionOfFuturesForForwards
public static final TradeType OptionExercise
public static final TradeType OverTheCounterOrLargeNotionalOffFacilitySwap
public static final TradeType ExchangeBasisFacility
public static final TradeType NettedTrade
public static final TradeType BlockSwapTrade
public static final TradeType CreditEventTrade
public static final TradeType SuccessionEventTrade
public static final TradeType Fixing
public static TradeType[] values()
for (TradeType c : TradeType.values()) System.out.println(c);
public static TradeType 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 TradeType forValue(int value)
value
- valueCopyright © 2014–2025 Onix Solutions. All rights reserved.