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

Uses of FXHistoryPoint in com.oanda.fxtrade.api
 

Methods in com.oanda.fxtrade.api that return types with arguments of type FXHistoryPoint
 java.util.Vector<? extends FXHistoryPoint> RateTable.getHistory(FXPair pair, long intervalInMillisec, int numberOfPoints)
          Obtain the current history (in terms of FXHistoryPoints) of a given currency pair at a given millisecond interval of a particular length (numberOfPoints).
 java.util.Vector<? extends FXHistoryPoint> FXClient.getHistory(FXPair pair, long interval, int numTicks)
          Deprecated. Use getHistory from the RateTable instead
 java.util.Vector<? extends FXHistoryPoint> RateTable.getHistory(FXPair pair, long intervalInMillisec, int numberOfPoints, CacheMode cacheMode)
          Obtain the current history (in terms of FXHistoryPoints) of a given currency pair at a given millisecond interval of a particular length (numberOfPoints).
 java.util.Vector<? extends FXHistoryPoint> RateTable.getHistory(FXPair pair, long intervalInMillisec, int numberOfPoints, long startTime, long endTime, CacheMode cacheMode)
          Obtain the current history (in terms of FXHistoryPoints) of a given currency pair at a given millisecond interval of a particular length (numberOfPoints).
 



Copyright © 2005 OANDA Corporation. All Rights Reserved.