diff options
Diffstat (limited to 'python/book_bbg.py')
| -rw-r--r-- | python/book_bbg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/book_bbg.py b/python/book_bbg.py index c0beb791..02023352 100644 --- a/python/book_bbg.py +++ b/python/book_bbg.py @@ -114,7 +114,7 @@ class BondTicket(Bbg, ticket_type="BOND"): class IRSTicket(Bbg, ticket_type="IRS"): - _sql_insert = f"INSERT INTO irs_tickets VALUES({','.join(['%s'] * 24)})" + _sql_insert = f"INSERT INTO irs_tickets VALUES({','.join(['%s'] * 25)})" @staticmethod def trade_class(row): |
