Gets or sets the current order state.

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

Syntax

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

See Also