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 CandleExchange |
CandleExchange.COMPOSITE
Composite exchange where data is taken from all exchanges.
|
static CandleExchange |
CandleExchange.DEFAULT
Default exchange is
COMPOSITE . |
Modifier and Type | Method and Description |
---|---|
static CandleExchange |
CandleExchange.getAttributeForSymbol(String symbol)
Returns exchange attribute object of the given candle symbol string.
|
CandleExchange |
CandleSymbol.getExchange()
Returns exchange attribute of this symbol.
|
static CandleExchange |
CandleExchange.valueOf(char exchangeCode)
Returns exchange attribute object that corresponds to the specified exchange code character.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.