com.dxfeed.event.candle
Interface CandleSymbolAttribute<A>

Type Parameters:
A - the attribute class.
All Known Implementing Classes:
CandleAlignment, CandleExchange, CandlePeriod, CandlePrice, CandleSession

public interface CandleSymbolAttribute<A>

Attribute of the CandleSymbol.


Method Summary
 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.
 

Method Detail

changeAttributeForSymbol

String changeAttributeForSymbol(String symbol)
Returns candle event symbol string with this attribute set.

Parameters:
symbol - original candle event symbol.
Returns:
candle event symbol string with this attribute set.

checkInAttributeImpl

void checkInAttributeImpl(CandleSymbol candleSymbol)
Internal method that initializes attribute in the candle symbol.

Parameters:
candleSymbol - candle symbol.
Throws:
IllegalStateException - if used outside of internal initialization logic.


Copyright © 2013 Devexperts. All Rights Reserved.