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

TickStreamer() public méthode

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