Represents whether a position is long or short.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public enum PositionType |
| Visual Basic (Declaration) |
|---|
Public Enumeration PositionType |
| Visual C++ |
|---|
public enum class PositionType |
Members
| Member name | Description | |
|---|---|---|
| Long |
Represents a long position
| |
| Short |
Represents a short position
|