public static enum IntradayTickRequestBuilder.IntradayTickEventType extends Enum<IntradayTickRequestBuilder.IntradayTickEventType>
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.
|
AT_TRADE
Automatic trade for London Sets stocks.
|
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.
|
MID_PRICE
MID_PRICE only applies to the LSE.
|
TRADE
Corresponds to LAST_PRICE
|
Modifier and Type | Method and Description |
---|---|
static IntradayTickRequestBuilder.IntradayTickEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntradayTickRequestBuilder.IntradayTickEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntradayTickRequestBuilder.IntradayTickEventType TRADE
public static final IntradayTickRequestBuilder.IntradayTickEventType BID
public static final IntradayTickRequestBuilder.IntradayTickEventType ASK
public static final IntradayTickRequestBuilder.IntradayTickEventType BID_BEST
public static final IntradayTickRequestBuilder.IntradayTickEventType ASK_BEST
public static final IntradayTickRequestBuilder.IntradayTickEventType MID_PRICE
public static final IntradayTickRequestBuilder.IntradayTickEventType AT_TRADE
public static final IntradayTickRequestBuilder.IntradayTickEventType BEST_BID
public static final IntradayTickRequestBuilder.IntradayTickEventType BEST_ASK
public static IntradayTickRequestBuilder.IntradayTickEventType[] values()
for (IntradayTickRequestBuilder.IntradayTickEventType c : IntradayTickRequestBuilder.IntradayTickEventType.values()) System.out.println(c);
public static IntradayTickRequestBuilder.IntradayTickEventType 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.