save_orderbook: Save orderbook

Description Usage Arguments

View source: R/save_orderbook.R

Description

Saves orderbook to local folder

Usage

1
2
save_orderbook(exchange = as.character(NA), asset_pair = as.character(NA),
  level = 10, ob = NA, filetype = "rds", print.output = FALSE)

Arguments

exchange

Name of an exchange (e.g. "binance", "kraken", "lykke")

asset_pair

Name of an asset pair (e.g. "BTCUSD", "ETHUSD")

level

Required orderbook level (default = 10, upper bound = 25)

filetype

Save as *.rds or *.RData

print.output

Should the output be printed to the console (default = FALSE)?


ckscheuch/CryptoX documentation built on Nov. 10, 2019, 3:23 a.m.