|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CandleSession | |
---|---|
com.dxfeed.event.candle | Defines Candle event (open, high, low, close prices and other information for a specific period) and provides helper classes. |
Uses of CandleSession in com.dxfeed.event.candle |
---|
Fields in com.dxfeed.event.candle declared as CandleSession | |
---|---|
static CandleSession |
CandleSession.DEFAULT
Default trading session is ANY . |
Methods in com.dxfeed.event.candle that return CandleSession | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |