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

Uses of MarketOrder in com.oanda.fxtrade.api
 

Methods in com.oanda.fxtrade.api that return MarketOrder
static MarketOrder API.createMarketOrder()
          Creates new instance of MarketOrder class
 MarketOrder MarketOrder.getClose()
           
 MarketOrder Account.getTradeWithId(long transactionNumber)
          Returns the MarketOrder with the given transaction number.
 

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

Methods in com.oanda.fxtrade.api with parameters of type MarketOrder
 void Account.close(MarketOrder mo)
          Closes the specified MarketOrder.
 void Account.execute(MarketOrder mo)
          Executes the specified MarketOrder.
 TrailingStop Account.getTrailingStop(MarketOrder trade)
          Returns the trailing stop for the given trade.
 void Account.modify(MarketOrder mo)
          Modifies the specified MarketOrder.
 



Copyright © 2005 OANDA Corporation. All Rights Reserved.