FastQuant.BarStreamer.BarStreamer C# (CSharp) Method

BarStreamer() public method

public BarStreamer ( ) : System
return System
        public BarStreamer()
        {
            this.typeId = DataObjectType.Bar;
            this.type = typeof(Bar);
            this.version = 1;
        }