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 CandleAlignment |
CandleAlignment.DEFAULT
Default alignment is
MIDNIGHT . |
Modifier and Type | Method and Description |
---|---|
CandleAlignment |
CandleSymbol.getAlignment()
Returns alignment attribute of this symbol.
|
static CandleAlignment |
CandleAlignment.getAttributeForSymbol(String symbol)
Returns candle alignment of the given candle symbol string.
|
static CandleAlignment |
CandleAlignment.parse(String s)
Parses string representation of candle alignment into object.
|
static CandleAlignment |
CandleAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CandleAlignment[] |
CandleAlignment.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.