FastQuant.OnSubscribeStreamer.OnSubscribeStreamer C# (CSharp) Method

OnSubscribeStreamer() public method

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