FastQuant.SellSideInstrumentStrategy.SellSideInstrumentStrategy C# (CSharp) Method

SellSideInstrumentStrategy() public method

public SellSideInstrumentStrategy ( Framework framework, string name ) : System
framework Framework
name string
return System
        public SellSideInstrumentStrategy(Framework framework, string name) : base(framework, name)
        {
            this.raiseEvents = false;
        }