CustomRatesDelete
删除指定时间间隔内自定义交易品种价格历史的全部柱形图。
int CustomRatesDelete(
const string symbol,
datetime from,
datetime to
);
|
参数
交易品种
[in] 自定义交易品种名称。
from
[in] 即将移除的指定范围内价格历史的第一个柱形图时间。
to
[in] 即将移除的指定范围内价格历史的最后柱形图时间。
返回值
另见
CustomRatesReplace,CustomRatesUpdate,CopyRates