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

Uses of MinMaxPoint in com.oanda.fxtrade.api
 

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

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



Copyright © 2005 OANDA Corporation. All Rights Reserved.