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

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

Fields in com.dxfeed.event.candle declared as CandlePeriod
static CandlePeriod CandlePeriod.DAY
          Day aggregation where each candle represents a day.
static CandlePeriod CandlePeriod.DEFAULT
          Default period is TICK.
static CandlePeriod CandlePeriod.TICK
          Tick aggregation where each candle represents an individual tick.
 

Methods in com.dxfeed.event.candle that return CandlePeriod
static CandlePeriod CandlePeriod.getAttributeForSymbol(String symbol)
          Returns candle period of the given candle symbol string.
 CandlePeriod CandleSymbol.getPeriod()
          Returns aggregation period of this symbol.
static CandlePeriod CandlePeriod.parse(String s)
          Parses string representation of aggregation period into object.
static CandlePeriod CandlePeriod.valueOf(double value, CandleType type)
          Returns candle period with the given value and type.
 



Copyright © 2013 Devexperts. All Rights Reserved.