wallet_value: Wallet value

Description Usage Note

View source: R/wallet_manager.R

Description

Defines the currency pairs required to cover needed exchange rates and chose the source according to rate priority, also utilize the transfer_currency_pair when no direct currency pair available.

Usage

1
2
3
4
5
6
wallet_value(wallet_dt, ct.dict = getOption("Rbitcoin.ct.dict"),
  value_currency, value_currency_type = NULL, rate_priority,
  transfer_currency_pair, api.dict = getOption("Rbitcoin.api.dict",
  stop("api.dict is mandatory")),
  archive_exchange_rate = getOption("Rbitcoin.archive_exchange_rate", FALSE),
  verbose = getOption("Rbitcoin.verbose", 0))

Note

Setting option "Rbitcoin.archive_exchange_rate" to TRUE will lead to archive exchange rates used during the processing. Read wallet_manager manual.


jangorecki/Rbitcoin documentation built on May 18, 2019, 12:24 p.m.