Syntax
Public Function SetLOSymbolWaitingSeconds(ByVal SymbolID As String, ByVal Value As Integer) As TransResult
Description
This function setsthe waiting seconds for a certain symbolwhen limit order will be covered.
Parameters
Key | Description |
SymbolID | ID of the symbol |
Value | The value of property |
Return value
Returns an integer value of type integer, when passing an invalid symbol ID it returns -1.
Sample
Public Sub main() Msgbox (BO.SetLOSymbolWaitingSeconds("GOLD",60)) End Sub
See Also