FastQuant.OnUnsubscribe.OnUnsubscribe C# (CSharp) Method

OnUnsubscribe() public method

public OnUnsubscribe ( string symbol ) : System
symbol string
return System
        public OnUnsubscribe(string symbol)
        {
            Symbol = symbol;
        }

Same methods

OnUnsubscribe::OnUnsubscribe ( ) : System
OnUnsubscribe::OnUnsubscribe ( Instrument instrument ) : System
OnUnsubscribe::OnUnsubscribe ( InstrumentList instruments ) : System
OnUnsubscribe::OnUnsubscribe ( Subscription subscription ) : System
OnUnsubscribe