public enum VenueType extends Enum<VenueType>
Enum Constant and Description |
---|
ClearingHouse
TClearing house.
|
Electronic
Electronic.
|
ExPit
Ex-Pit.
|
None
Default value.
|
OffFacilitySwap
Off facility swap.
|
Pit
Pit.
|
QuoteDrivenMarket
Quote-driven market.
|
RegisteredMarket
Registered Market.
|
Modifier and Type | Method and Description |
---|---|
static VenueType |
forValue(String value)
Returns enum value for string representation
|
String |
getValue()
Gets current value.
|
static VenueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VenueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VenueType None
public static final VenueType ClearingHouse
public static final VenueType Electronic
public static final VenueType OffFacilitySwap
public static final VenueType Pit
public static final VenueType QuoteDrivenMarket
public static final VenueType RegisteredMarket
public static final VenueType ExPit
public static VenueType[] values()
for (VenueType c : VenueType.values()) System.out.println(c);
public static VenueType 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 String getValue()
Copyright © 2014–2025 Onix Solutions. All rights reserved.