FastQuant.OnUnsubscribeStreamer.OnUnsubscribeStreamer C# (CSharp) Method

OnUnsubscribeStreamer() public method

public OnUnsubscribeStreamer ( ) : System
return System
        public OnUnsubscribeStreamer()
        {
            this.typeId = DataObjectType.OnUnsubscribe;
            this.type = typeof(OnUnsubscribe);
            this.version = 1;
        }