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() {
45
45
" brokerId" to " 1234" , // BROKER ID
46
46
" appId" to " rf_ktrader_1.0.0" , // APPID
47
47
" authCode" to " ASDFGHJKL" , // 授权码
48
- " cachePath" to " ./build/flow/ " , // 本地缓存文件存储目录
48
+ " cachePath" to " ./data/ctp " , // 本地缓存文件存储目录
49
49
" disableAutoSubscribe" to false , // 是否禁用自动订阅
50
50
" disableFeeCalculation" to false , // 是否禁用费用计算
51
51
)
@@ -149,7 +149,7 @@ repositories {
149
149
}
150
150
151
151
dependencies {
152
- implementation(" org.rationalityfrontline.ktrader:ktrader-broker-ctp:1.1.2 " )
152
+ implementation(" org.rationalityfrontline.ktrader:ktrader-broker-ctp:1.1.3 " )
153
153
// 如果需要使用其它版本的 JCTP,取消注释下面一行,并填入自己需要的版本号
154
154
// implementation("org.rationalityfrontline:jctp") { version { strictly("6.6.1_P1_CP-1.0.0") } }
155
155
}
@@ -161,7 +161,7 @@ dependencies {
161
161
<dependency >
162
162
<groupId >org.rationalityfrontline.ktrader</groupId >
163
163
<artifactId >ktrader-broker-ctp</artifactId >
164
- <version >1.1.2 </version >
164
+ <version >1.1.3 </version >
165
165
</dependency >
166
166
```
167
167
You can’t perform that action at this time.
0 commit comments