FastQuant.QuoteStreamer.QuoteStreamer C# (CSharp) Method

QuoteStreamer() public method

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