use of hry.trade.entrust.service.ExOrderService in project benchmark by seelunzi.
the class ExEntrutKlineRunable method run.
/* */
/* */
public void run() {
/* 26 */
long start = System.currentTimeMillis();
/* 27 */
ExEntrustService entrustService = (ExEntrustService) ContextUtil.getBean("exEntrustService");
/* 28 */
ExOrderService exOrderService = (ExOrderService) ContextUtil.getBean("exOrderService");
/* */
/* */
/* 31 */
PushData.pushEntrusMarket(entrustService.getExEntrustChangeMarket(this.coinCode, this.fixPriceCoinCode, Integer.valueOf(18)), this.header);
/* 32 */
long end1 = System.currentTimeMillis();
/* */
/* */
/* 35 */
PushData.pushNewListRecordMarketDesc(exOrderService.getNewListMarket(this.header, "desc"), this.header);
/* 36 */
long end2 = System.currentTimeMillis();
/* */
}
Aggregations