Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolves error #150 #158

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Resolves error #150 #158

wants to merge 1 commit into from

Conversation

smorar
Copy link

@smorar smorar commented Jul 28, 2017

Resolves authentication issue with HitBTC. Used solution from ctubio/Krypto-trading-bot@1a28b5b.

@@ -264,11 +263,6 @@ class HitBtcMarketDataGateway implements Interfaces.IMarketDataGateway {
this.onConnectionStatusChange);
this._marketDataWs.connect();

this._tradesClient = io.connect(config.GetString("HitBtcSocketIoUrl") + "/trades/" + this._symbolProvider.symbol);
this._tradesClient.on("connect", this.onConnectionStatusChange);
this._tradesClient.on("trade", this.onTrade);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't take out the _tradesClient, there needs to be a way to get prints.

ctubio added a commit to ctubio/tribeca that referenced this pull request Aug 22, 2017
Free Software Free Society

To support commits by ctubio,
you can buy-me-a-drink with a small git tip at:
  1GitTipgxvKB3zjCLXRcSgDhC9pivkpc7u

I promise to drink chocolate milk in the development of the next commit.

To request new features or in case this commit breaks something for you,
please create a new github issue with all possible details,
but never share your API Keys!

Signed-off-by: Carles Tubio <ctubio@users.noreply.github.com>
ctubio added a commit to ctubio/tribeca that referenced this pull request Aug 23, 2017
Free Software Free Society

To support commits by ctubio,
you can buy-me-a-drink with a small git tip at:
  1GitTipgxvKB3zjCLXRcSgDhC9pivkpc7u

I promise to drink chocolate milk in the development of the next commit.

To request new features or in case this commit breaks something for you,
please create a new github issue with all possible details,
but never share your API Keys!

Signed-off-by: Carles Tubio <ctubio@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants