Samples.Roll.RollSellSide.RollSellSide C# (CSharp) Method

RollSellSide() public method

public RollSellSide ( Framework framework, string name ) : System
framework FastQuant.Framework
name string
return System
        public RollSellSide(Framework framework, string name)
            : base(framework, name)
        {
            barsGroups = new Dictionary<Instrument, Group>();
            fillGroups = new Dictionary<Instrument, Group>();
            orderTable = new Dictionary<Order, ExecutionCommand>();
            rollOrders = new List<Order>();
        }