天勤SDK中, 我订阅了某品种的quote和kline, 当最新价更新时,其实这两个对象都有更新。 但等待并检测到更新的代码是 while True: api.wait_update() if api.is_changing(quote):...