The value of the margin account corresponding to this position.

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

Syntax

C#
public double Margin { get; internal set; }
Visual Basic (Declaration)
Public Property Margin As Double
Visual C++
public:
property double Margin {
	double get ();
	void set (double value);
}

See Also