[Maturing] Access report about your trading account.

trading_account_report(connection, account)

Arguments

connection

S4. Mandatory Formal rRofexConnection class object

account

String. Mandatory Account Number

Value

If correct, it will load a tibble.

Note

To access nested data is strongly recommended the use of `pluck`.

See also

Other account functions: trading_account()

Examples

if (FALSE) {
data %>% pluck("detailedAccountReports", 1, "availableToOperate", 1, "cash")
}