Fix bug in _Requests's _GET and _POST methods. Add submit_order to handle POST auth/w/order/submit endpoint. Add OrderType enumeration in bfxapi/rest/enums.py.

This commit is contained in:
Davide Casale
2022-12-21 18:27:54 +01:00
parent 6217f9040c
commit 79ae0b48e0
3 changed files with 37 additions and 7 deletions

View File

@@ -232,7 +232,6 @@ Order = _Serializer[typings.Order]("Order", labels=[
"META"
])
#endregion
#region Serializers definition for Notifications channel