FastQuant.QuoteStreamer.QuoteStreamer C# (CSharp) 메소드

QuoteStreamer() 공개 메소드

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