我想使用 FinancialInstrument 初始化一个货币对。数据包含特定货币对的汇率(例如 USD_CHF、USD_EUR 等)。
但这不起作用,为什么?
> currency("USD")
[1] "USD"
> instrument("USD_CHF",currency="USD",multiplier=1)
primary_id :"USD_CHF"
currency :"USD"
multiplier :1
tick_size : NULL
identifiers: list()
type : NULL
> getInstrument("USD_CHF")
[1] FALSE
Warning message:
In getInstrument("USD_CHF") :
instrument USD_CHF not found, please create it first.
或者起初它在创建具有正确primary_id的输出之后起作用。但是 getInstrument 不起作用..此后我的代码也不起作用。