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 CandlePrice |
CandlePrice.DEFAULT
Default price type is
LAST . |
Modifier and Type | Method and Description |
---|---|
static CandlePrice |
CandlePrice.getAttributeForSymbol(String symbol)
Returns candle price type of the given candle symbol string.
|
CandlePrice |
CandleSymbol.getPrice()
Returns price type attribute of this symbol.
|
static CandlePrice |
CandlePrice.parse(String s)
Parses string representation of candle price type into object.
|
static CandlePrice |
CandlePrice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CandlePrice[] |
CandlePrice.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002–2023 Devexperts LLC. All rights reserved.