| 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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.  | 
  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||