Uses of Class
com.oanda.fxtrade.api.CacheMode

Uses of CacheMode in com.oanda.fxtrade.api
 

Methods in com.oanda.fxtrade.api that return CacheMode
static CacheMode CacheMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CacheMode[] CacheMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.oanda.fxtrade.api with parameters of type CacheMode
 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.