NodeJS cluster support.

This commit is contained in:
softsimon
2020-09-22 03:52:54 +07:00
parent 21e985202d
commit 347ab1e220
3 changed files with 39 additions and 6 deletions

View File

@@ -505,7 +505,8 @@ class BisqMarketsApi {
trade_id_to: string | undefined,
trade_id_from: string | undefined,
direction: 'buy' | 'sell' | undefined,
sort: string, limit: number,
sort: string,
limit: number,
integerAmounts: boolean = true,
): TradesData[] {
let trade_id_from_ts: number | null = null;