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 | Method and Description |
---|---|
CandleSymbol |
Candle.getEventSymbol()
Returns candle event symbol.
|
static CandleSymbol |
CandleSymbol.valueOf(String symbol)
Converts the given string symbol into the candle symbol object.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CandleSymbolAttribute.checkInAttributeImpl(CandleSymbol candleSymbol)
Internal method that initializes attribute in the candle symbol.
|
void |
CandleSession.checkInAttributeImpl(CandleSymbol candleSymbol)
Internal method that initializes attribute in the candle symbol.
|
void |
CandlePriceLevel.checkInAttributeImpl(CandleSymbol candleSymbol)
Internal method that initializes attribute in the candle symbol.
|
void |
CandlePrice.checkInAttributeImpl(CandleSymbol candleSymbol)
Internal method that initializes attribute in the candle symbol.
|
void |
CandlePeriod.checkInAttributeImpl(CandleSymbol candleSymbol)
Internal method that initializes attribute in the candle symbol.
|
void |
CandleExchange.checkInAttributeImpl(CandleSymbol candleSymbol)
Internal method that initializes attribute in the candle symbol.
|
void |
CandleAlignment.checkInAttributeImpl(CandleSymbol candleSymbol)
Internal method that initializes attribute in the candle symbol.
|
void |
Candle.setEventSymbol(CandleSymbol eventSymbol)
Changes candle event symbol.
|
Constructor and Description |
---|
Candle(CandleSymbol eventSymbol)
Creates new candle with the specified candle event symbol.
|
DailyCandle(CandleSymbol eventSymbol)
Deprecated.
Creates new daily candle with the specified candle event symbol.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.