QLNet.Quote.Value C# (CSharp) Method

Value() public method

Returns the current value, 0 by default
public Value ( ) : double
return double
        public virtual double Value()
        {
            return 0;
        }