Syntax
Public Overrides Function OrderOpenPrice(ByVal OrderID As Long)As Double
This function is used toknow the open price for specific order.
Parameters
Key | Description |
OrderID | Value of type long |
Remarks
If you want to retrieve an open price for a specific order, you can use this function.
See Also