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