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 |
---|---|
CandleType |
CandlePeriod.getType()
Returns aggregation period type.
|
static CandleType |
CandleType.parse(String s)
Parses string representation of candle type into object.
|
static CandleType |
CandleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CandleType[] |
CandleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.