FastQuant.StackFillSet.Push C# (CSharp) Method

Push() public method

public Push ( FastQuant.Fill fill ) : void
fill FastQuant.Fill
return void
        public void Push(Fill fill) => this.stack.Push(fill);