ohenrik / bitfinex

A Python client for the Bitfinex API
MIT License
58 stars 32 forks source link

Websocket funding Symbols are suppressed #17

Closed ohenrik closed 6 years ago

ohenrik commented 6 years ago

The default helper for trade orders based on raw symbol pairs are causing issues for funding orders etc over websocket requests.

This line forces the funding pair fBTCUSD to become tfBTCUSD:

symbol = 't' + symbol if not symbol.startswith('t') else symbol

ohenrik commented 6 years ago

Fixed in 1.0.1