|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StopLossOrder
A StopLossOrder will close a MarketOrder when the designated market rate is reached.
Please note that setting any field other than the price field will have no effect.
Order,
MarketOrder| Method Summary | |
|---|---|
java.lang.Object |
clone()
Returns a exact copy of this StopLossOrder. |
void |
setPrice(double price)
Sets the desired execution price for this stop loss. |
java.lang.String |
toString()
|
| 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 |
|---|
java.lang.Object clone()
void setPrice(double price)
price - the desired execution pricejava.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||