实时行情事件

def OnQuote(context, code) :

# 1457进入集合竞价时发单会报错 if HMS() <= 93000 or HMS() >= 145500 : return

def HMS() :
return int(GetCurrentTime().strftime('%H%M%S'))