FastQuant.OnUnsubscribe.OnUnsubscribe C# (CSharp) Method

OnUnsubscribe() public method

public OnUnsubscribe ( Instrument instrument ) : System
instrument Instrument
return System
        public OnUnsubscribe(Instrument instrument)
        {
            Instrument = instrument;
        }
    }

Same methods

OnUnsubscribe::OnUnsubscribe ( ) : System
OnUnsubscribe::OnUnsubscribe ( InstrumentList instruments ) : System
OnUnsubscribe::OnUnsubscribe ( Subscription subscription ) : System
OnUnsubscribe::OnUnsubscribe ( string symbol ) : System
OnUnsubscribe