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

BarStreamer() public méthode

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