The TransactionType used to open or add to this position.

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

Syntax

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

See Also