Gets or sets the broker transaction type.

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

Syntax

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

See Also