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