Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -565,7 +565,7 @@ public void fetchHistoricalOrders() {
|
||||
LocalDateTime lastHour = LocalDateTime.now().minusHours(1).withMinute(0).withSecond(0).withNano(0);
|
||||
while (!startDate.isEqual(lastHour)) {
|
||||
startDate = startDate.plusHours(1);
|
||||
UnionOpenOrderRowQueryResponse response = fetchOrdersForDateTime(startDate, false);
|
||||
UnionOpenOrderRowQueryResponse response = fetchOrdersForDateTime(startDate, false,1);
|
||||
if (response != null) {
|
||||
|
||||
int code = response.getQueryResult().getCode();
|
||||
|
||||
Reference in New Issue
Block a user