Syntax
Public Overrides Function SymbolDigits(ByVal BOSymbolName As String) As Short
This function returnsthe number of digits that after the decimal for a specificsymbol.
Parameters
Key | Description |
BOSymbolName | The name of symbol |
Return Value
It will return a value of type Short.
Sample
Public Overrides Function SymbolDigits(ByVal BOSymbolName As Integer)As Short Dim Sym As SymbolBase Sym = m_BO.SymbolByName (BOSymbolName) Return Sym.PipLoc End Function
See Also