-- 作者:aliyun
-- 发布时间:2018/11/13 11:25:18
--
sell(aaa, 0 ,limitr,xx),orderqueue,ignorecheckprice;
buyshort(aaa,1,limitr,xx) ,orderqueue, ignorecheckprice;
sellshort(bbb, 0 ,limitr,yy) ,orderqueue ,ignorecheckprice;
buy(bbb,1,limitr,yy) ,orderqueue ,ignorecheckprice;
这样写?
|