|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CandleType | |
---|---|
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 CandleType in com.dxfeed.event.candle |
---|
Methods in com.dxfeed.event.candle that return CandleType | |
---|---|
CandleType |
CandlePeriod.getType()
Returns aggregation period type. |
static CandleType |
CandleType.parse(String s)
Parses string representation of candle type into object. |
static CandleType |
CandleType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CandleType[] |
CandleType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.dxfeed.event.candle with parameters of type CandleType | |
---|---|
static CandlePeriod |
CandlePeriod.valueOf(double value,
CandleType type)
Returns candle period with the given value and type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |