refine modle
All checks were successful
Backend CI / unit-test (push) Successful in 27s

This commit is contained in:
2025-09-15 20:30:32 +02:00
parent 7041cc654e
commit a0898fa29e
2 changed files with 18 additions and 9 deletions

View File

@@ -34,7 +34,7 @@ class TradeType(str, Enum):
class TradeStrategy(str, Enum):
WHEELS = "WHEEL"
WHEEL = "WHEEL"
FX = "FX"
SPOT = "SPOT"
OTHER = "OTHER"