trading_account_report(connection, account)
S4. Mandatory Formal rRofexConnection class object
String. Mandatory Account Number
If correct, it will load a tibble.
To access nested data is strongly recommended the use of `pluck`.
Other account functions:
trading_account()
if (FALSE) {
data %>% pluck("detailedAccountReports", 1, "availableToOperate", 1, "cash")
}