Syntax
Public Overrides Function OrderSymbol(ByVal OrderID As Long)As Symbol
This function is used to return the symbol for a specific order.
Parameters
Key | Description |
OrderID | ID for the order you want to know the symbol using it |
Remarks
If you want to know the order symbol, you can use this function and fill order ID as a parameter.
See Also