资源加载中... loading...

查询结算单

Author: 扫地僧, Date: 2017-03-17 14:51:15
Tags:


function main() {
    if (exchange.GetName() != 'Futures_CTP') {
        throw "只支持CTP前置机";
    }
    r = exchange.IO("settlement", QDate);
    if (r) {
        return r.Content || r;
    } else {
        throw "没有数据";
    }
}
template: strategy.tpl:40:21: executing "strategy.tpl" at <.api.GetStrategyListByName>: wrong number of args for GetStrategyListByName: want 7 got 6