Package | Description |
---|---|
com.dxfeed.event.market |
Provides regular market event classes.
|
Modifier and Type | Method and Description |
---|---|
OrderAction |
OrderBase.getAction()
Returns order action if available, otherwise -
UNDEFINED . |
static OrderAction |
OrderAction.valueOf(int code)
Returns side by integer code bit pattern.
|
static OrderAction |
OrderAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderAction[] |
OrderAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OrderBase.setAction(OrderAction action)
Changes action of this order.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.