The transaction type (buy, sell, short, or cover).
Namespace:
RightEdge.CommonAssembly: 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 (); } |