Параметр | Тип | Описание |
---|---|---|
class_code | STRING | Код класса |
sec_code | STRING | Код бумаги |
function OnParam( class, sec ) if class =="SPBFUT" and sec == "RIZ2" then tbid = getParamEx(class, sec, "bid") if tbid.param_value >=130000 then message("Спрос " .. tbid.param_image) end end end