The amount of interest earned or paid on this position.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public double Interest { get; }
Visual Basic (Declaration)
Public ReadOnly Property Interest As Double
Visual C++
public:
property double Interest {
	double get ();
}

See Also