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 | Class and Description |
---|---|
class |
CandleAlignment
Candle alignment attribute of
CandleSymbol defines how candle are aligned with respect to time. |
class |
CandleExchange
Exchange attribute of
CandleSymbol defines exchange identifier where data is
taken from to build the candles. |
class |
CandlePeriod
Period attribute of
CandleSymbol defines aggregation period of the candles. |
class |
CandlePrice
Price type attribute of
CandleSymbol defines price that is used to build the candles. |
class |
CandlePriceLevel
Candle price level attribute of
CandleSymbol defines how candles shall be aggregated in respect to
price interval. |
class |
CandleSession
Session attribute of
CandleSymbol defines trading that is used to build the candles. |
Modifier and Type | Method and Description |
---|---|
static CandleSymbol |
CandleSymbol.valueOf(String symbol,
CandleSymbolAttribute<?> attribute)
Converts the given string symbol into the candle symbol object with the specified attribute set.
|
static CandleSymbol |
CandleSymbol.valueOf(String symbol,
CandleSymbolAttribute<?> attribute,
CandleSymbolAttribute<?>... attributes)
Converts the given string symbol into the candle symbol object with the specified attributes set.
|
static CandleSymbol |
CandleSymbol.valueOf(String symbol,
CandleSymbolAttribute<?> attribute,
CandleSymbolAttribute<?>... attributes)
Converts the given string symbol into the candle symbol object with the specified attributes set.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.