return taken funding

This commit is contained in:
itsdeka
2023-01-30 14:51:57 +01:00
committed by Davide Casale
parent 0dd23b3ba5
commit 374739b656
4 changed files with 34 additions and 7 deletions

View File

@@ -319,8 +319,8 @@ Position = generate_labeler_serializer("Position", klass=types.Position, labels=
FundingOffer = generate_labeler_serializer("FundingOffer", klass=types.FundingOffer, labels=[
"id",
"symbol",
"mts_created",
"mts_updated",
"mts_create",
"mts_update",
"amount",
"amount_orig",
"offer_type",
@@ -477,8 +477,8 @@ Movement = generate_labeler_serializer("Movement", klass=types.Movement, labels=
"currency_name",
"_PLACEHOLDER",
"_PLACEHOLDER",
"mts_started",
"mts_updated",
"mts_start",
"mts_update",
"_PLACEHOLDER",
"_PLACEHOLDER",
"status",