Interface ICandleSymbolProperty
Property of the CandleSymbol.
public interface ICandleSymbolProperty
Methods
ChangeAttributeForSymbol(string?)
Change candle event symbol string with this attribute set and returns new candle event symbol string.
string? ChangeAttributeForSymbol(string? symbol)
Parameters
symbolstringThe original candle event symbol.
Returns
- string
Returns candle event symbol string with this attribute set.
CheckInAttribute(CandleSymbol)
Internal method that initializes attribute in the candle symbol.
void CheckInAttribute(CandleSymbol candleSymbol)
Parameters
candleSymbolCandleSymbolThe candle symbol.
Exceptions
- InvalidOperationException
If used outside of internal initialization logic.