|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CandleAlignment | |
---|---|
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 CandleAlignment in com.dxfeed.event.candle |
---|
Fields in com.dxfeed.event.candle declared as CandleAlignment | |
---|---|
static CandleAlignment |
CandleAlignment.DEFAULT
Default alignment is MIDNIGHT . |
Methods in com.dxfeed.event.candle that return CandleAlignment | |
---|---|
CandleAlignment |
CandleSymbol.getAlignment()
Returns alignment attribute of this symbol. |
static CandleAlignment |
CandleAlignment.getAttributeForSymbol(String symbol)
Returns candle alignment of the given candle symbol string. |
static CandleAlignment |
CandleAlignment.parse(String s)
Parses string representation of candle alignment into object. |
static CandleAlignment |
CandleAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CandleAlignment[] |
CandleAlignment.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |