FastQuant.SellSideInstrumentStrategy.Subscribe C# (CSharp) Méthode

Subscribe() public méthode

public Subscribe ( Instrument instrument ) : void
instrument Instrument
Résultat void
        public override void Subscribe(Instrument instrument)
        {
            if (this.childrenByInstrument[instrument.Id] == null)
            {
                var subStrategy = CreateChildSellSideInstrumentStrategy(instrument, false, true);
                subStrategy.OnStrategyStart();
            }
        }
        public override void Unsubscribe(InstrumentList instruments)

Same methods

SellSideInstrumentStrategy::Subscribe ( InstrumentList instruments ) : void