I realized it with OIF, it works but it is not easy to handle.
Now I found a Method in public class Account : IObjectHelper, IObjectNotification
public Order CreateOrder(Instrument instrument, Action action, OrderType orderType, TimeInForce timeInForce, int quantity, double limitPrice, double stopPrice, string oco, string name)
Who has used this Method ?
Is it possible to attach an ATM Strategy to this created order ?

Comment