forked from quant-king299/EasyXT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi_mapping.json
More file actions
33 lines (33 loc) · 1.04 KB
/
Copy pathapi_mapping.json
File metadata and controls
33 lines (33 loc) · 1.04 KB
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
{
"get_price": "get_price",
"get_current_data": "get_current_data",
"get_fundamentals": "get_fundamentals",
"get_index_stocks": "get_index_stocks",
"get_industry_stocks": "get_industry_stocks",
"get_concept_stocks": "get_concept_stocks",
"get_all_securities": "get_all_securities",
"get_security_info": "get_security_info",
"order": "order",
"order_value": "order_value",
"order_target": "order_target",
"order_target_value": "order_target_value",
"cancel_order": "cancel_order",
"get_open_orders": "get_open_orders",
"get_portfolio": "get_portfolio",
"get_positions": "get_positions",
"get_orders": "get_orders",
"get_trades": "get_trades",
"log.info": "log.info",
"log.warn": "log.warn",
"log.error": "log.error",
"record": "record",
"plot": "plot",
"set_benchmark": "set_benchmark",
"set_option": "set_option",
"set_slippage": "set_slippage",
"set_commission": "set_commission",
"set_price_limit": "set_price_limit",
"run_daily": "run_daily",
"run_weekly": "run_weekly",
"run_monthly": "run_monthly"
}