This question is related to IBroker package.
There is a difference between Virtual FX Position
and Real FX Position
.
One obtains the Virtual
positions by twsPortfolioValue
or nested in accDetails
library(ibrokers)
tws <- twsConnect()
accDetails <- reqAccountUpdates(tws)
twsPortfolioValue(accDetails)
Is there a way to obtain the Real FX
portfolio, or the net
currency exposures
?