更換refinitiv获取股票数据底层实现

This commit is contained in:
zhangjian
2024-04-29 11:50:58 +08:00
parent 83e518b3f7
commit b73bd18289
8 changed files with 487 additions and 106 deletions

View File

@@ -14,6 +14,7 @@
<maven.compile.source>1.8</maven.compile.source>
<maven.compile.target>1.8</maven.compile.target>
<maven.build.timestamp.format>MMdd-HHmm</maven.build.timestamp.format>
<rtsdk.version>3.6.5.0</rtsdk.version>
</properties>
<groupId>cn.stock</groupId>
<artifactId>market</artifactId>
@@ -195,7 +196,11 @@
<artifactId>ema</artifactId>
<version>3.5.1.0</version>
</dependency>
<dependency>
<groupId>com.refinitiv.ema</groupId>
<artifactId>ema</artifactId>
<version>${rtsdk.version}</version>
</dependency>
</dependencies>