FastQuant.BarStreamer.BarStreamer C# (CSharp) Метод

BarStreamer() публичный Метод

public BarStreamer ( ) : System
Результат System
        public BarStreamer()
        {
            this.typeId = DataObjectType.Bar;
            this.type = typeof(Bar);
            this.version = 1;
        }