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 CandlePriceLevel |
CandlePriceLevel.DEFAULT
Default price level corresponds to
Double.NaN |
Modifier and Type | Method and Description |
---|---|
static CandlePriceLevel |
CandlePriceLevel.getAttributeForSymbol(String symbol)
Returns candle price level of the given candle symbol string.
|
CandlePriceLevel |
CandleSymbol.getPriceLevel()
Returns price level attribute of this symbol.
|
static CandlePriceLevel |
CandlePriceLevel.parse(String s)
Parses string representation of candle price level into object.
|
static CandlePriceLevel |
CandlePriceLevel.valueOf(double value)
Returns candle price level with the given value.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.