Package | Description |
---|---|
com.dxfeed.event.market |
Provides regular market event classes.
|
Modifier and Type | Method and Description |
---|---|
Direction |
TradeBase.getTickDirection()
Returns tick direction of the last trade.
|
static Direction |
Direction.valueOf(int code)
Returns direction by integer code bit pattern.
|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TradeBase.setTickDirection(Direction direction)
Changes tick direction of the last trade.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.