From 6ca880562fcb97468d3fc087e5fb0b1febf7d647 Mon Sep 17 00:00:00 2001 From: zhuzhenping Date: Tue, 11 Jul 2023 09:03:49 +0000 Subject: [PATCH] =?UTF-8?q?add=20bin/runtime724.ini.=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A2=9E=E5=8A=A0=E5=8F=82=E6=95=B0=EF=BC=9A?= =?UTF-8?q?all=5Fday=EF=BC=8C=E7=94=A8=E4=BA=8E=E4=BA=A4=E6=98=93simnow724?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhuzhenping --- bin/runtime724.ini | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bin/runtime724.ini diff --git a/bin/runtime724.ini b/bin/runtime724.ini new file mode 100644 index 0000000..30afb3c --- /dev/null +++ b/bin/runtime724.ini @@ -0,0 +1,32 @@ +[include] +section_config = ./section.csv +[actual_market] +market = ctp +front = tcp://180.168.146.187:10131 +broker = 9999 +userid = +passwd = + +[actual_trader] +trader = ctp +front = tcp://180.168.146.187:10130 +broker = 9999 +userid = +passwd = +appid = simnow_client_test +authcode = 0000000000000000 +prodict = lightning + + +[recorder] +type = csv +basic_path = ./record/runtime/ + + +[control] +localdb_name = runtime +userdata_size = 1024 +position_limit = 45 +fast_mode = false +loop_interval = 10000 +all_day = true \ No newline at end of file -- Gitee