天软金融分析.NET函数大全 > 金融函数 > 行情 > 当日 > 盘口委托 > 中间函数

trdexp    

简述

  返回指定编号委托数据表达式的值,具体对照关系见 trd_basicinfo
定义
trdexp(ID:Integer):Real
参数
名称类型说明
IDInteger整数,数字编号
返回RealReal,返回指定编号委托数据表达式的值
  • 范例


    uses TS_SubmitOrder_Operator_Unit;
      sp_s(pn_stock(),"SZ000001");
      sp_s(pn_date(),20231030.110000t);
      sp_s(pn_cycle(),cy_detail());
      ID := 0;
      return smop_getofk(@trdexp(ID),1);//10.36
相关