FastQuant.SellSideInstrumentStrategy.SellSideInstrumentStrategy C# (CSharp) 메소드

SellSideInstrumentStrategy() 공개 메소드

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