Syntax
Public Overrides Function OpenPositionByIndex(ByVal Index As Short)As Position
This function is used to get the open positions by index.
Parameters
Key | Description |
Index | Value of type short |
Remarks
If you want to list all the open positions, you can use this function (using the index of the open position).
See Also