-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.42 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
48
49
50
51
52
53
54
# Generated by roxygen2: do not edit by hand
export(ftx_cancel_order)
export(ftx_cancel_order_clientid)
export(ftx_coin_balances)
export(ftx_coin_markets)
export(ftx_funding_payments)
export(ftx_future_funding_rates)
export(ftx_future_markets)
export(ftx_future_stat)
export(ftx_get_hourly_markets)
export(ftx_get_markets_history)
export(ftx_get_multiple_markets)
export(ftx_historical_prices)
export(ftx_init)
export(ftx_markets)
export(ftx_modify_order)
export(ftx_modify_order_clientid)
export(ftx_my_spot_borrow_history)
export(ftx_open_orders)
export(ftx_order_fills)
export(ftx_order_status)
export(ftx_order_status_clientid)
export(ftx_orderbook)
export(ftx_orders_history)
export(ftx_place_order)
export(ftx_positions)
export(ftx_spot_lending_history)
export(ftx_spot_margin_borrow_rates)
export(ftx_trades)
importFrom(data.table,data.table)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(logging,logerror)
importFrom(logging,loginfo)
importFrom(logging,logwarn)
importFrom(lubridate,now)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_df)
importFrom(purrr,set_names)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(tibble,add_column)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,assignInMyNamespace)