diff options
Diffstat (limited to 'python/api_quotes/quotes.py')
| -rw-r--r-- | python/api_quotes/quotes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/api_quotes/quotes.py b/python/api_quotes/quotes.py index 5d3cf8cf..7ef23145 100644 --- a/python/api_quotes/quotes.py +++ b/python/api_quotes/quotes.py @@ -14,6 +14,7 @@ class QuoteDetails(Deal, table="markit_quote_details", deal_type=None): @dataclass class SNCdsQuote(Deal, table="sn_cds_quotes", deal_type=None): msg_id: id + quote_id: text redcode: str ticker: str maturity: datetime.date |
