Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

Add exchange GMO Coin #247

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix multiClient name
  • Loading branch information
develoQ authored and develoQ committed Jan 9, 2021
commit 10a47ddb3cdbae5fa4f4d76294f882dde4077e4b
1 change: 1 addition & 0 deletions src/exchanges/gmocoin-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const moment = require("moment");
class GMOCoinClient extends BasicMultiClient {
bmancini55 marked this conversation as resolved.
Show resolved Hide resolved
constructor(options = {}) {
super();
this._name = "GMOCoin";
this.options = options;
this.hasTickers = true;
this.hasTrades = true;
Expand Down