更換refinitiv获取股票数据底层实现
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user