Uses of Interface
com.oanda.fxtrade.api.CandlePoint

Uses of CandlePoint in com.oanda.fxtrade.api
 

Methods in com.oanda.fxtrade.api that return CandlePoint
 CandlePoint FXHistoryPoint.getCandlePoint()
          Returns the associated CandlePoint for this FXHistoryPoint.
 

Methods in com.oanda.fxtrade.api that return types with arguments of type CandlePoint
 java.util.Vector<? extends CandlePoint> RateTable.getCandles(FXPair pair, long intervalInMillisec, int numberOfCandles)
          Obtain the current history (in terms of CandlePoints) of a given currency pair at a given millisecond interval of a particular length (numberOfCandles).
 java.util.Vector<? extends CandlePoint> RateTable.getCandles(FXPair pair, long intervalInMillisec, int numberOfCandles, long startTime, long endTime)
          Obtain the current history (in terms of CandlePoints) of a given currency pair at a given millisecond interval of a particular length (numberOfCandles).
 



Copyright © 2005 OANDA Corporation. All Rights Reserved.