Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bitmex: Fix UpdateTicker/UpdateOrderbook wrappers
UpdateTicker: drop need for start timestamp as the latest entry will always be returned by default UpdateOrderbook: fix string comparison so that orderbook entries will actually be appended NOTE: As of this time, Bitmex doesn't support a ticker API endpoint so the only two options are a) last trade for an asset (which GCT uses) or b) orderbook data query Fixes issue: https://github.com/thrasher-/gocryptotrader/issues/282
- Loading branch information