Merge TradeExecutionUpdate and TradeExecuted serializers and types in websocket subpackage.

This commit is contained in:
Davide Casale
2023-01-31 17:27:14 +01:00
parent 0ddbd6e76e
commit 7b313ddcab
4 changed files with 6 additions and 34 deletions

View File

@@ -3,6 +3,7 @@ from .. exceptions import BfxBaseException
__all__ = [
"BfxRestException",
"ResourceNotFound",
"RequestParametersError",
"ResourceNotFound",
"InvalidAuthenticationCredentials"