Get or set whether or not orders sent to the broker around rounded to the nearest 100 shares.

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

Syntax

C#
public bool ForceRoundLots { get; set; }
Visual Basic (Declaration)
Public Property ForceRoundLots As Boolean
Visual C++
public:
property bool ForceRoundLots {
	bool get ();
	void set (bool value);
}

Remarks

Note: If orders are rounded up, there may be insufficient capital to fill the order.

See Also