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