mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Add wss exmaple to create order, refactoring
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
# python -c "from examples.websocket.order_book import *"
|
||||
|
||||
from collections import OrderedDict
|
||||
|
||||
from typing import List
|
||||
|
||||
from bfxapi import Client, Constants
|
||||
|
||||
from bfxapi.websocket import BfxWebsocketClient
|
||||
from bfxapi.websocket.enums import Channels, Error
|
||||
from bfxapi.websocket.typings import Subscriptions, TradingPairBook
|
||||
|
||||
|
||||
Reference in New Issue
Block a user