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

Uses of LimitOrder in com.oanda.fxtrade.api
 

Methods in com.oanda.fxtrade.api that return LimitOrder
static LimitOrder API.createLimitOrder()
          Creates new instance of LimitOrder class
 LimitOrder Account.getOrderWithId(long transactionNumber)
          Returns the LimitOrder with the given transaction number.
 

Methods in com.oanda.fxtrade.api that return types with arguments of type LimitOrder
 java.util.Vector<? extends LimitOrder> Account.getOrders()
          Returns the Vector of LimitOrders held by this account, querying the server if neccessary.
 

Methods in com.oanda.fxtrade.api with parameters of type LimitOrder
 void Account.close(LimitOrder lo)
          Closes the specified LimitOrder.
 void Account.execute(LimitOrder lo)
          Executes the specified LimitOrder.
 void Account.modify(LimitOrder lo)
          Modifies the specified LimitOrder.
 



Copyright © 2005 OANDA Corporation. All Rights Reserved.