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; }
Visual Basic (Declaration)
Public ReadOnly Property TradeType As TradeType
Visual C++
public:
property TradeType TradeType {
	TradeType get ();
}

See Also