com.oanda.fxtrade.api
Interface LimitOrder

All Superinterfaces:
java.lang.Cloneable, EntryOrder, Order

public interface LimitOrder
extends EntryOrder, java.lang.Cloneable

A LimitOrder is a spot order that is executed when the target price is met. The StopLossOrder and TakeProfitOrder members will be carried over to the resulting trade.

See Also:
Order, EntryOrder, StopLossOrder, TakeProfitOrder

Method Summary
 java.lang.Object clone()
          Returns a exact copy of this LimitOrder.
 java.lang.String toString()
           
 
Methods inherited from interface com.oanda.fxtrade.api.EntryOrder
getExpiry, setExpiry, setPrice
 
Methods inherited from interface com.oanda.fxtrade.api.Order
getHighPriceLimit, getLowPriceLimit, getPair, getPrice, getStopLoss, getTakeProfit, getTimestamp, getTrailingStopLoss, getTransactionNumber, getUnits, setHighPriceLimit, setLowPriceLimit, setPair, setStopLoss, setTakeProfit, setTrailingStopLoss, setUnits
 

Method Detail

clone

java.lang.Object clone()
Returns a exact copy of this LimitOrder.


toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 OANDA Corporation. All Rights Reserved.