Sets the available buying power.

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

Syntax

C#
void SetBuyingPower(
	double value
)
Visual Basic (Declaration)
Sub SetBuyingPower ( _
	value As Double _
)
Visual C++
void SetBuyingPower(
	double value
)

Parameters

value
Type: System..::.Double
Buying power in local currency.

Remarks

Only used for simulated brokers. Live brokers will ignore this function.

See Also