Package | Description |
---|---|
com.dxfeed.event.candle |
Provides Candle event (open, high, low, close prices and other information
for a specific period) and helper classes.
|
Modifier and Type | Field and Description |
---|---|
static CandleSession |
CandleSession.DEFAULT
Default trading session is
ANY . |
Modifier and Type | Method and Description |
---|---|
static CandleSession |
CandleSession.getAttributeForSymbol(String symbol)
Returns candle session attribute of the given candle symbol string.
|
CandleSession |
CandleSymbol.getSession()
Returns session attribute of this symbol.
|
static CandleSession |
CandleSession.parse(String s)
Parses string representation of candle session attribute into object.
|
static CandleSession |
CandleSession.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CandleSession[] |
CandleSession.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.