Syntax
Public Overrides Function Symbol (ByVal Name As String) As Symbol
Description
This function should return an object of type Symbol for the symbol by given the symbol name.
Parameters
| Key | Description |
| Name | The symbol name that want to get the Symbol object for, value of type String |
See Also