Uses of Class
com.dxfeed.event.candle.CandleSymbol

Packages that use CandleSymbol
com.dxfeed.event.candle Defines Candle event (open, high, low, close prices and other information for a specific period) and provides helper classes. 
 

Uses of CandleSymbol in com.dxfeed.event.candle
 

Methods in com.dxfeed.event.candle that return CandleSymbol
 CandleSymbol Candle.getEventSymbol()
          Returns candle event symbol.
static CandleSymbol CandleSymbol.valueOf(String symbol)
          Converts the given string symbol into the candle symbol object.
static CandleSymbol CandleSymbol.valueOf(String symbol, CandleSymbolAttribute<?> attribute)
          Converts the given string symbol into the candle symbol object with the specified attribute set.
static CandleSymbol CandleSymbol.valueOf(String symbol, CandleSymbolAttribute<?> attribute, CandleSymbolAttribute<?>... attributes)
          Converts the given string symbol into the candle symbol object with the specified attributes set.
 

Methods in com.dxfeed.event.candle with parameters of type CandleSymbol
 void CandleSymbolAttribute.checkInAttributeImpl(CandleSymbol candleSymbol)
          Internal method that initializes attribute in the candle symbol.
 void CandleSession.checkInAttributeImpl(CandleSymbol candleSymbol)
          Internal method that initializes attribute in the candle symbol.
 void CandlePrice.checkInAttributeImpl(CandleSymbol candleSymbol)
          Internal method that initializes attribute in the candle symbol.
 void CandlePeriod.checkInAttributeImpl(CandleSymbol candleSymbol)
          Internal method that initializes attribute in the candle symbol.
 void CandleExchange.checkInAttributeImpl(CandleSymbol candleSymbol)
          Internal method that initializes attribute in the candle symbol.
 void CandleAlignment.checkInAttributeImpl(CandleSymbol candleSymbol)
          Internal method that initializes attribute in the candle symbol.
 void Candle.setEventSymbol(CandleSymbol eventSymbol)
          Changes candle event symbol.
 

Constructors in com.dxfeed.event.candle with parameters of type CandleSymbol
Candle(CandleSymbol eventSymbol)
          Creates new candle with the specified candle event symbol.
 



Copyright © 2013 Devexperts. All Rights Reserved.