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

Uses of RateTableException in com.oanda.fxtrade.api
 

Methods in com.oanda.fxtrade.api that throw RateTableException
 java.util.Collection<FXPair> RateTable.getAllSymbols()
          Deprecated. Use getAllSymbols(homeCurrency) instead
 java.util.Collection<FXPair> RateTable.getAllSymbols(java.lang.String homeCurrency)
          Retrieves all pairs both tradeable and non-tradable with respect to a home currency.
 java.util.Vector<FXPair> RateTable.getPairs()
          Deprecated. Use getAllSymbols(homeCurrency) instead
 FXTick RateTable.getRate(FXPair pair)
          Returns the most recent FXTick for the given FXPair without ladder markup.
 FXTick RateTable.getRateForUnits(FXPair pair, long units)
          Returns the most recent FXTick for the given FXPair in the correct rung.
 java.util.Collection<FXTick> RateTable.getRatesForAllUnits(FXPair pair)
          Returns the most recent FXTick for the given FXPair in all ladders.
 



Copyright © 2005 OANDA Corporation. All Rights Reserved.