File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ fun main() {
4545 " brokerId" to " 1234" , // BROKER ID
4646 " appId" to " rf_ktrader_1.0.0" , // APPID
4747 " authCode" to " ASDFGHJKL" , // 授权码
48- " cachePath" to " ./build/flow/ " , // 本地缓存文件存储目录
48+ " cachePath" to " ./data/ctp " , // 本地缓存文件存储目录
4949 " disableAutoSubscribe" to false , // 是否禁用自动订阅
5050 " disableFeeCalculation" to false , // 是否禁用费用计算
5151 )
@@ -149,7 +149,7 @@ repositories {
149149}
150150
151151dependencies {
152- implementation(" org.rationalityfrontline.ktrader:ktrader-broker-ctp:1.1.2 " )
152+ implementation(" org.rationalityfrontline.ktrader:ktrader-broker-ctp:1.1.3 " )
153153 // 如果需要使用其它版本的 JCTP,取消注释下面一行,并填入自己需要的版本号
154154// implementation("org.rationalityfrontline:jctp") { version { strictly("6.6.1_P1_CP-1.0.0") } }
155155}
@@ -161,7 +161,7 @@ dependencies {
161161<dependency >
162162 <groupId >org.rationalityfrontline.ktrader</groupId >
163163 <artifactId >ktrader-broker-ctp</artifactId >
164- <version >1.1.2 </version >
164+ <version >1.1.3 </version >
165165</dependency >
166166```
167167
You can’t perform that action at this time.
0 commit comments