Syntax
Public Overrides Function LimitOffset(ByVal SymbolName As String)As Double
This function is used to return the Limit Offsetfor specific symbol.
Parameters
Key | Description |
SymbolName | The symbol name of type string |
Sample
Public sub main () Msgbox (BO.GetBO.LimitOffset ("Gold")) End Sub
See Also