Candle alignment attribute of CandleSymbol defines how candle are aligned with respect to time.
More...
Candle alignment attribute of CandleSymbol defines how candle are aligned with respect to time.
◆ Parse()
Parses string representation of candle alignment into object. Any string that was returned by CandleAlignment.ToString can be parsed and case is ignored for parsing.
- Parameters
-
s | string representation of candle alignment. |
- Returns
- candle alignment
- Exceptions
-
ArgumentNullException | Candle alignment in string is unknown |
◆ DEFAULT
readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Alignment.DEFAULT = CandleAlignment.DEFAULT |
|
static |
◆ MIDNIGHT
readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Alignment.MIDNIGHT = CandleAlignment.MIDNIGHT |
|
static |
Align candles on midnight.
◆ SESSION
readonly ICandleSymbolAttribute com.dxfeed.api.candle.CandleSymbolAttributes.Alignment.SESSION = CandleAlignment.SESSION |
|
static |
Align candles on trading sessions.
The documentation for this class was generated from the following file: