FastQuant.QueueFillSet.Push C# (CSharp) Méthode

Push() public méthode

public Push ( FastQuant.Fill fill ) : void
fill FastQuant.Fill
Résultat void
        public void Push(Fill fill) => this.queue.Enqueue(fill);