Determines whether or not this is a live broker. Simulated brokers should implement the ISimBroker interface.

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

Syntax

C#
bool IsLiveBroker()
Visual Basic (Declaration)
Function IsLiveBroker As Boolean
Visual C++
bool IsLiveBroker()

Return Value

True if this is a live broker, false if this is a simulated broker.

See Also