public class OrderType extends Object
| Modifier and Type | Field and Description |
|---|---|
static OrderType |
LIMIT |
static OrderType |
MARKET |
static OrderType |
STOP |
static OrderType |
STOP_LIMIT |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static OrderType |
parse(String type) |
static Object[] |
toArray() |
String |
toString() |
public static final OrderType MARKET
public static final OrderType LIMIT
public static final OrderType STOP
public static final OrderType STOP_LIMIT
public String getName()
public static Object[] toArray()
public static OrderType parse(String type) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2025. All rights reserved.