Skip to content

Commit

Permalink
Added Bitmex.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Mar 29, 2018
1 parent 60fab82 commit 01f8f2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion findatapy/market/marketdatagenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ def get_data_vendor(self, source):
elif source == 'kraken':
from findatapy.market.datavendorweb import DataVendorKraken
data_vendor = DataVendorKraken()

elif source == 'bitmex':
from findatapy.market.datavendorweb import DataVendorBitmex
data_vendor = DataVendorBitmex

# TODO add support for other data sources (like Reuters)

Expand Down

0 comments on commit 01f8f2f

Please sign in to comment.