Package | Description |
---|---|
com.dxfeed.event.market |
Provides regular market event classes.
|
Modifier and Type | Method and Description |
---|---|
TradingStatus |
Profile.getTradingStatus()
Returns trading status of the security instrument.
|
static TradingStatus |
TradingStatus.valueOf(int code)
Returns status by integer code bit pattern.
|
static TradingStatus |
TradingStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TradingStatus[] |
TradingStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.setTradingStatus(TradingStatus status)
Changes trading status of the security instrument.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.