diff options
Diffstat (limited to 'python/strat_cash_realloc.py')
| -rw-r--r-- | python/strat_cash_realloc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/strat_cash_realloc.py b/python/strat_cash_realloc.py index c2d8b696..3727210c 100644 --- a/python/strat_cash_realloc.py +++ b/python/strat_cash_realloc.py @@ -36,7 +36,7 @@ def generate_csv(date, fund): if not WireDeal._insert_queue: return for wire in WireDeal.commit(returning=True): - service.push(wire, "NEW") + service.push_trade(wire, "NEW") buf, dest = service.build_buffer("wire") service.upload(buf, dest.name) service().clear() |
