rRofex (version 1.6.9)

trading_account_report: Account Report

Description

Access report about your trading account.

Usage

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.

See Also

Other account functions: trading_account()

Examples

Run this code
# NOT RUN {
data %>% pluck("detailedAccountReports", 1, "availableToOperate", 1, "cash")
# }

Run the code above in your browser using DataLab