-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
115 lines (114 loc) · 3.46 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Generated by roxygen2: do not edit by hand
export(KucoinAccountAndFunding)
export(KucoinDeposit)
export(KucoinSpotAddOrder)
export(KucoinSpotCancelOrder)
export(KucoinSpotGetOrder)
export(KucoinSpotMarketData)
export(KucoinSpotOco)
export(KucoinSpotStop)
export(KucoinSubAccount)
export(add_deposit_address_v3_impl)
export(add_oco_order_impl)
export(add_order_batch_impl)
export(add_order_impl)
export(add_order_test_impl)
export(add_stop_order_impl)
export(add_subaccount_impl)
export(auto_paginate)
export(auto_paginate_old)
export(build_headers)
export(build_query)
export(cancel_all_orders_by_symbol_impl)
export(cancel_all_orders_impl)
export(cancel_oco_order_batch_impl)
export(cancel_oco_order_by_client_oid_impl)
export(cancel_oco_order_by_order_id_impl)
export(cancel_order_by_client_oid_impl)
export(cancel_order_by_order_id_impl)
export(cancel_partial_order_impl)
export(cancel_stop_order_batch_impl)
export(cancel_stop_order_by_client_oid_impl)
export(cancel_stop_order_by_order_id_impl)
export(check_allowed_frequency_s)
export(check_allowed_frequency_str)
export(fetch_klines_segment)
export(freq_to_second_map)
export(frequency_to_seconds)
export(get_24hr_stats_impl)
export(get_account_summary_info_impl)
export(get_all_currencies_impl)
export(get_all_symbols_impl)
export(get_all_tickers_impl)
export(get_announcements_impl)
export(get_api_keys)
export(get_apikey_info_impl)
export(get_base_url)
export(get_closed_orders_impl)
export(get_cross_margin_account_impl)
export(get_currency_impl)
export(get_deposit_addresses_v3_impl)
export(get_deposit_history_impl)
export(get_full_orderbook_impl)
export(get_isolated_margin_account_impl)
export(get_klines_impl)
export(get_market_list_impl)
export(get_oco_order_by_client_oid_impl)
export(get_oco_order_by_order_id_impl)
export(get_oco_order_detail_by_order_id_impl)
export(get_oco_order_list_impl)
export(get_open_orders_impl)
export(get_order_by_client_oid_impl)
export(get_order_by_order_id_impl)
export(get_part_orderbook_impl)
export(get_server_time)
export(get_spot_account_detail_impl)
export(get_spot_account_list_impl)
export(get_spot_account_type_impl)
export(get_spot_ledger_impl)
export(get_stop_order_by_client_oid_impl)
export(get_stop_order_by_order_id_impl)
export(get_stop_order_list_impl)
export(get_subaccount)
export(get_subaccount_detail_balance_impl)
export(get_subaccount_list_summary_impl)
export(get_subaccount_spot_v2_impl)
export(get_symbol_impl)
export(get_symbols_with_open_order_impl)
export(get_ticker_impl)
export(get_trade_history_impl)
export(process_kucoin_response)
export(split_time_range_by_candles)
export(time_convert_from_kucoin)
export(time_convert_to_kucoin)
export(verify_symbol)
importFrom(R6,R6Class)
importFrom(base64enc,base64encode)
importFrom(coro,async)
importFrom(coro,await)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setcolorder)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(digest,hmac)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,RETRY)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,content_type_json)
importFrom(httr,status_code)
importFrom(httr,timeout)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(lubridate,as_datetime)
importFrom(lubridate,now)
importFrom(promises,promise)
importFrom(promises,promise_all)
importFrom(rlang,abort)
importFrom(rlang,arg_match0)
importFrom(rlang,error_cnd)
importFrom(utils,modifyList)