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

BarStreamer() 공개 메소드

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