C# Class QLNet.Quote

Base class for market observables.
Inheritance: QLNet.Patterns.DefaultObservable, IQuote
Exibir arquivo Open project: ammachado/QLNet Class Usage Examples

Public Methods

Method Description
Value ( ) : double

Returns the current value, 0 by default

Private Methods

Method Description
isValid ( ) : bool
value ( ) : double

Method Details

Value() public method

Returns the current value, 0 by default
public Value ( ) : double
return double