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