Enum Constant Summary
Enum Constants
Id of order used to access order in case of not receiving order id
Flag indicating that order should be created as hidden.
In case the flag is set: if limit order is not fully settled immediately the remaining part of
the order is cancelled at the end of request.
Flag indicating that order should get maker fee only.
Flag indicating that stop loss order should be created as trailing.
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
HIDDEN
Flag indicating that order should be created as hidden.
POST_ONLY
Flag indicating that order should get maker fee only.
TRAILING
Flag indicating that stop loss order should be created as trailing. Valid flag value is 0 or 1.
Default value is 0
CLIENT_ORDER_ID
Id of order used to access order in case of not receiving order id
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null