FastQuant.ResponseStreamer.ResponseStreamer C# (CSharp) Method

ResponseStreamer() public method

public ResponseStreamer ( ) : System
return System
        public ResponseStreamer()
        {
            this.typeId = DataObjectType.Response;
            this.type = typeof(Response);
        }