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