diff options
| -rw-r--r-- | python/api_quotes/quotes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/api_quotes/quotes.py b/python/api_quotes/quotes.py index f701bdf9..04b6da09 100644 --- a/python/api_quotes/quotes.py +++ b/python/api_quotes/quotes.py @@ -47,7 +47,7 @@ class MarkitQuote(Deal, table_name=None, deal_type=None): } return base_attributes - # Project + # TODO # @property # def message(self): # return QuoteDetails.from_tradeid(self.msg_id) |
