Uses of Class
com.dukascopy.api.IEngine.OrderCommand

Packages that use IEngine.OrderCommand
com.dukascopy.api   
 

Uses of IEngine.OrderCommand in com.dukascopy.api
 

Methods in com.dukascopy.api that return IEngine.OrderCommand
 IEngine.OrderCommand IOrder.getOrderCommand()
          Returns IEngine.OrderCommand of this message
static IEngine.OrderCommand IEngine.OrderCommand.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IEngine.OrderCommand[] IEngine.OrderCommand.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.dukascopy.api with parameters of type IEngine.OrderCommand
 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.
 



Copyright © 2009. All Rights Reserved.