The type of trade.

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

Syntax

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

See Also