The transaction type (buy, sell, short, or cover).

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

Syntax

C#
public TransactionType TransactionType { get; }
Visual Basic (Declaration)
Public ReadOnly Property TransactionType As TransactionType
Visual C++
public:
property TransactionType TransactionType {
	TransactionType get ();
}

See Also