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 CandlePeriod |
CandlePeriod.DAY
Day aggregation where each candle represents a day.
|
static CandlePeriod |
CandlePeriod.DEFAULT
Default period is
TICK . |
static CandlePeriod |
CandlePeriod.TICK
Tick aggregation where each candle represents an individual tick.
|
Modifier and Type | Method and Description |
---|---|
static CandlePeriod |
CandlePeriod.getAttributeForSymbol(String symbol)
Returns candle period of the given candle symbol string.
|
CandlePeriod |
CandleSymbol.getPeriod()
Returns aggregation period of this symbol.
|
static CandlePeriod |
CandlePeriod.parse(String s)
Parses string representation of aggregation period into object.
|
static CandlePeriod |
CandlePeriod.valueOf(double value,
CandleType type)
Returns candle period with the given value and type.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.