diff options
Diffstat (limited to 'python/trade_dataclasses.py')
| -rw-r--r-- | python/trade_dataclasses.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/trade_dataclasses.py b/python/trade_dataclasses.py index d6707658..0fef4285 100644 --- a/python/trade_dataclasses.py +++ b/python/trade_dataclasses.py @@ -1257,7 +1257,6 @@ class FxSwapDeal( near_trade.citco_stage() obj["ClientOrderID"] = obj["ClientOrderID"] + "_F" obj["FXRate"] = 1 - obj = super().to_citco() return obj |
