forked from daroczig/binancer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
47 lines (46 loc) · 1.24 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Generated by roxygen2: do not edit by hand
export(binance_account)
export(binance_all_orders)
export(binance_avg_price)
export(binance_balances)
export(binance_cancel_order)
export(binance_coins)
export(binance_coins_prices)
export(binance_credentials)
export(binance_depth)
export(binance_exchange_info)
export(binance_filters)
export(binance_klines)
export(binance_mytrades)
export(binance_new_order)
export(binance_open_orders)
export(binance_ping)
export(binance_query_order)
export(binance_symbols)
export(binance_ticker_24hr)
export(binance_ticker_all_books)
export(binance_ticker_all_prices)
export(binance_ticker_book)
export(binance_ticker_price)
export(binance_ticks)
export(binance_time)
export(binance_trades)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setnames)
importFrom(digest,hmac)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,PUT)
importFrom(httr,add_headers)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,headers)
importFrom(jsonlite,fromJSON)
importFrom(logger,log_error)
importFrom(snakecase,to_snake_case)
importFrom(utils,assignInMyNamespace)
importFrom(utils,getFromNamespace)