Rename BfxWebsocketClient, BfxWebsocketBucket and BfxWebsocketInputs to BfxWebSocketClient, BfxWebSocketBucket and BfxWebSocketInputs.

This commit is contained in:
Davide Casale
2023-04-20 01:36:09 +02:00
parent 99783c1a5a
commit d80b8b8721
11 changed files with 48 additions and 48 deletions

View File

@@ -12,7 +12,7 @@ from .. notification import Notification
from ..utils.json_encoder import JSON
#region Type hinting for Websocket Public Channels
#region Type hinting for WebSocket Public Channels
@dataclass
class TradingPairTicker(_Type):
@@ -111,7 +111,7 @@ class DerivativesStatus(_Type):
#endregion
#region Type hinting for Websocket Authenticated Channels
#region Type hinting for WebSocket Authenticated Channels
@dataclass
class Order(_Type):
id: int