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

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

Fields in com.dxfeed.event.candle declared as CandleExchange
static CandleExchange CandleExchange.COMPOSITE
          Composite exchange where data is taken from all exchanges.
static CandleExchange CandleExchange.DEFAULT
          Default exchange is COMPOSITE.
 

Methods in com.dxfeed.event.candle that return CandleExchange
static CandleExchange CandleExchange.getAttributeForSymbol(String symbol)
          Returns exchange attribute object of the given candle symbol string.
 CandleExchange CandleSymbol.getExchange()
          Returns exchange attribute of this symbol.
static CandleExchange CandleExchange.valueOf(char exchangeCode)
          Returns exchange attribute object that corresponds to the specified exchange code character.
 



Copyright © 2013 Devexperts. All Rights Reserved.