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