Uses of Interface
com.dxfeed.event.candle.CandleSymbolAttribute

Packages that use CandleSymbolAttribute
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 CandleSymbolAttribute in com.dxfeed.event.candle
 

Classes in com.dxfeed.event.candle that implement CandleSymbolAttribute
 class CandleAlignment
          Candle alignment attribute of CandleSymbol defines how candle are aligned with respect to time.
 class CandleExchange
          Exchange attribute of CandleSymbol defines exchange identifier where data is taken from to build the candles.
 class CandlePeriod
          Period attribute of CandleSymbol defines aggregation period of the candles.
 class CandlePrice
          Price type attribute of CandleSymbol defines price that is used to build the candles.
 class CandleSession
          Session attribute of CandleSymbol defines trading that is used to build the candles.
 

Methods in com.dxfeed.event.candle with parameters of type CandleSymbolAttribute
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.
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.
 



Copyright © 2013 Devexperts. All Rights Reserved.