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

Uses of Order in com.oanda.fxtrade.api
 

Subinterfaces of Order in com.oanda.fxtrade.api
 interface EntryOrder
          EntryOrder is an abstract base class extending class Order to include expiry and desired execution price information.
 interface LimitOrder
          A LimitOrder is a spot order that is executed when the target price is met.
 interface MarketOrder
          A MarketOrder is used to create a spot trade.
 interface StopLossOrder
          A StopLossOrder will close a MarketOrder when the designated market rate is reached.
 interface TakeProfitOrder
          A TakeProfitOrder will close a MarketOrder when the designated market rate is reached.
 



Copyright © 2005 OANDA Corporation. All Rights Reserved.