FastQuant.QuoteStreamer.QuoteStreamer C# (CSharp) Méthode

QuoteStreamer() public méthode

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