Adds more documentation

This commit is contained in:
Jacob Plaster
2018-11-16 15:03:37 +00:00
parent a5629f464f
commit 010dc0a961
2 changed files with 12 additions and 1 deletions

View File

@@ -4,6 +4,13 @@ sys.path.append('../')
from bfxapi.websockets.DataServerWebsocket import DataServerWebsocket
'''
This script requires you to run an instance of the bfx-hf-data-server on
port 8899. For more info on how to setup the data-server please visit:
https://github.com/bitfinexcom/bfx-hf-data-server
'''
ws = DataServerWebsocket(
symbol='tBTCUSD',
host='ws://localhost:8899'