A - the attribute class.public interface CandleSymbolAttribute<A>
CandleSymbol.| Modifier and Type | Method and Description |
|---|---|
String |
changeAttributeForSymbol(String symbol)
Returns candle event symbol string with this attribute set.
|
void |
checkInAttributeImpl(CandleSymbol candleSymbol)
Internal method that initializes attribute in the candle symbol.
|
String changeAttributeForSymbol(String symbol)
symbol - original candle event symbol.void checkInAttributeImpl(CandleSymbol candleSymbol)
candleSymbol - candle symbol.IllegalStateException - if used outside of internal initialization logic.Copyright © 2002–2023 Devexperts LLC. All rights reserved.