Skip to content

Commit 0f441cb

Browse files
发布版本 v1.1.3
1 parent 24ef1b0 commit 0f441cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

151151
dependencies {
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

0 commit comments

Comments
 (0)