public enum QuoteEventLiquidityInd extends Enum<QuoteEventLiquidityInd>
Enum Constant and Description |
---|
ADDED_LIQUIDITY
Added Liquidity.
|
AUCTION
Auction.
|
NO_VALUE
Identifies no value.
|
REMOVED_LIQUIDITY
Removed Liquidity.
|
Modifier and Type | Method and Description |
---|---|
static QuoteEventLiquidityInd |
forValue(byte value) |
byte |
getValue() |
static QuoteEventLiquidityInd |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuoteEventLiquidityInd[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuoteEventLiquidityInd NO_VALUE
public static final QuoteEventLiquidityInd ADDED_LIQUIDITY
public static final QuoteEventLiquidityInd REMOVED_LIQUIDITY
public static final QuoteEventLiquidityInd AUCTION
public static QuoteEventLiquidityInd[] values()
for (QuoteEventLiquidityInd c : QuoteEventLiquidityInd.values()) System.out.println(c);
public static QuoteEventLiquidityInd 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 byte getValue()
public static QuoteEventLiquidityInd forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.