Uses of Interface
com.dukascopy.api.IOrder

Packages that use IOrder
com.dukascopy.api   
 

Uses of IOrder in com.dukascopy.api
 

Methods in com.dukascopy.api that return IOrder
 IOrder IMessage.getOrder()
          Returns IOrder linked with this message or null if there is no related order
 IOrder IEngine.getOrder(String label)
          Returns order by label, or null if no order was found
 IOrder IEngine.getOrderById(String orderId)
          Returns order by id, or null if no order was found
 IOrder IEngine.mergeOrders(String label, IOrder... orders)
          Merges orders.
 IOrder IEngine.submitOrder(String label, Instrument instrument, IEngine.OrderCommand orderCommand, double amount)
          Submits new order.
 IOrder IEngine.submitOrder(String label, Instrument instrument, IEngine.OrderCommand orderCommand, double amount, double price)
          Submits new order.
 IOrder IEngine.submitOrder(String label, Instrument instrument, IEngine.OrderCommand orderCommand, double amount, double price, double slippage)
          Submits new order.
 IOrder IEngine.submitOrder(String label, Instrument instrument, IEngine.OrderCommand orderCommand, double amount, double price, double slippage, double stopLossPrice, double takeProfitPrice)
          Submits new order.
 IOrder IEngine.submitOrder(String label, Instrument instrument, IEngine.OrderCommand orderCommand, double amount, double price, double slippage, double stopLossPrice, double takeProfitPrice, long goodTillTime)
          Submits new order.
 IOrder IEngine.submitOrder(String label, Instrument instrument, IEngine.OrderCommand orderCommand, double amount, double price, double slippage, double stopLossPrice, double takeProfitPrice, long goodTillTime, String comment)
          Submits new order.
 

Methods in com.dukascopy.api that return types with arguments of type IOrder
 List<IOrder> IEngine.getOrders()
          Returns list of orders in IOrder.State.CREATED, IOrder.State.OPENED and IOrder.State.FILLED state
 List<IOrder> IEngine.getOrders(Instrument instrument)
          Returns list of orders in IOrder.State.CREATED, IOrder.State.OPENED and IOrder.State.FILLED state for specified instrument
 

Methods in com.dukascopy.api with parameters of type IOrder
 void IEngine.closeOrders(IOrder... orders)
          Mass close.
 void IEngine.mergeOrders(IOrder... orders)
          Deprecated. use mergeOrders(String label,IOrder... orders) throws JFException;
 IOrder IEngine.mergeOrders(String label, IOrder... orders)
          Merges orders.
 



Copyright © 2009. All Rights Reserved.