Indicates that in live mode, the system should use buying power reported by the broker, instead of basing the buying power on the starting capital.

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

Syntax

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

See Also