Retrieves a list of buy and hold positions.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public IList<PositionInfo> BuyAndHoldPositions { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property BuyAndHoldPositions As IList(Of PositionInfo) |
| Visual C++ |
|---|
public: property IList<PositionInfo^>^ BuyAndHoldPositions { IList<PositionInfo^>^ get (); } |
Remarks
These positions are theoretical and are to be used for
informational purposes only.