FastQuant.StackFillSet.Pop C# (CSharp) Method

Pop() public method

public Pop ( ) : FastQuant.Fill
return FastQuant.Fill
        public Fill Pop() => this.stack.Pop();