public static enum IntradayBarRequestBuilder.IntradayBarEventType extends Enum<IntradayBarRequestBuilder.IntradayBarEventType>
Enum Constant and Description |
---|
ASK
Depending on the exchange ask ticks will be returned as ASK, ASK_BEST or BEST_ASK.
|
ASK_BEST
Depending on the exchange ask ticks will be returned as ASK, ASK_BEST or BEST_ASK.
|
BEST_ASK
Depending on the exchange ask ticks will be returned as ASK, ASK_BEST or BEST_ASK.
|
BEST_BID
Depending on the exchange bid ticks will be returned as BID, BID_BEST or BEST_BID.
|
BID
Depending on the exchange bid ticks will be returned as BID, BID_BEST or BEST_BID.
|
BID_BEST
Depending on the exchange bid ticks will be returned as BID, BID_BEST or BEST_BID.
|
TRADE
Corresponds to LAST_PRICE
|
Modifier and Type | Method and Description |
---|---|
static IntradayBarRequestBuilder.IntradayBarEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntradayBarRequestBuilder.IntradayBarEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntradayBarRequestBuilder.IntradayBarEventType TRADE
public static final IntradayBarRequestBuilder.IntradayBarEventType BID
public static final IntradayBarRequestBuilder.IntradayBarEventType ASK
public static final IntradayBarRequestBuilder.IntradayBarEventType BID_BEST
public static final IntradayBarRequestBuilder.IntradayBarEventType ASK_BEST
public static final IntradayBarRequestBuilder.IntradayBarEventType BEST_BID
public static final IntradayBarRequestBuilder.IntradayBarEventType BEST_ASK
public static IntradayBarRequestBuilder.IntradayBarEventType[] values()
for (IntradayBarRequestBuilder.IntradayBarEventType c : IntradayBarRequestBuilder.IntradayBarEventType.values()) System.out.println(c);
public static IntradayBarRequestBuilder.IntradayBarEventType 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 nullCopyright © 2013. All Rights Reserved.