Skip to content

Commit

Permalink
Updated various versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Jun 18, 2024
1 parent ce3a957 commit 2aa6973
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion roboquant-polygon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.github.polygon-io</groupId>
<artifactId>client-jvm</artifactId>
<version>5.1.0</version>
<version>5.1.2</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ class PolygonHistoricFeed(
timeframe.start.toEpochMilli().toString(),
timeframe.end.toEpochMilli().toString(),
!adjusted,
limit.toLong()
limit.toLong(),
"asc"
)
)

Expand Down
2 changes: 1 addition & 1 deletion roboquant-xchange/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</description>

<properties>
<xchange.version>5.1.1</xchange.version>
<xchange.version>5.2.0</xchange.version>
</properties>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package org.roboquant.xchange

import info.bitrich.xchangestream.core.StreamingExchange
import info.bitrich.xchangestream.core.StreamingMarketDataService
import io.reactivex.disposables.Disposable
import io.reactivex.rxjava3.disposables.Disposable
import org.knowm.xchange.currency.CurrencyPair
import org.knowm.xchange.dto.marketdata.Ticker
import org.knowm.xchange.dto.marketdata.Trade
Expand Down

0 comments on commit 2aa6973

Please sign in to comment.