com.dxfeed.orcs.api.PriceLevelService#getOrders(CandleSymbol, OrderSource, long, long, String)
to retrieve Order
events instead.@Deprecated public enum PriceLevelCandleType extends Enum<PriceLevelCandleType>
Enum Constant and Description |
---|
CANCEL
Deprecated.
Represents cancel time and sale event.
|
NEW
Deprecated.
Represents new time and sale event.
|
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Deprecated.
Returns integer code that is used in flag bits.
|
static PriceLevelCandleType |
valueOf(int code)
Deprecated.
Returns type by integer code bit pattern.
|
static PriceLevelCandleType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PriceLevelCandleType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PriceLevelCandleType NEW
public static final PriceLevelCandleType CANCEL
public static PriceLevelCandleType[] values()
for (PriceLevelCandleType c : PriceLevelCandleType.values()) System.out.println(c);
public static PriceLevelCandleType 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 static PriceLevelCandleType valueOf(int code)
code
- integer code.ArrayIndexOutOfBoundsException
- if code is invalid.public int getCode()
Copyright © 2021 Devexperts. All Rights Reserved.