Syntax
Public Function GetMOSymbolAlwaysCoverOnLiquidation(ByVal SymbolID As String) As TransResult
Description
This function returns the market order state if it is always covered on liquidationfor a certain symbol.
Parameters
| Key | Description |
| SymbolID | ID of the symbol |
Return value
Returns value of type TransResult.
Sample
Public Sub main()Msgbox (BO.GetMOSymbolAlwaysCoverOnLiquidation("GOLD"))End Sub
See Also