public static enum MetatraderBookEntry.BookType extends Enum<MetatraderBookEntry.BookType>
| Enum Constant and Description |
|---|
BOOK_TYPE_BUY |
BOOK_TYPE_BUY_MARKET |
BOOK_TYPE_SELL |
BOOK_TYPE_SELL_MARKET |
| Modifier and Type | Method and Description |
|---|---|
static MetatraderBookEntry.BookType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetatraderBookEntry.BookType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetatraderBookEntry.BookType BOOK_TYPE_SELL
public static final MetatraderBookEntry.BookType BOOK_TYPE_BUY
public static final MetatraderBookEntry.BookType BOOK_TYPE_SELL_MARKET
public static final MetatraderBookEntry.BookType BOOK_TYPE_BUY_MARKET
public static MetatraderBookEntry.BookType[] values()
for (MetatraderBookEntry.BookType c : MetatraderBookEntry.BookType.values()) System.out.println(c);
public static MetatraderBookEntry.BookType 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 © 2021. All rights reserved.