aboutsummaryrefslogtreecommitdiffstats
path: root/python/api_quotes/quotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/api_quotes/quotes.py')
-rw-r--r--python/api_quotes/quotes.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/api_quotes/quotes.py b/python/api_quotes/quotes.py
index daa3decb..fd5d1c2e 100644
--- a/python/api_quotes/quotes.py
+++ b/python/api_quotes/quotes.py
@@ -49,6 +49,10 @@ class MarkitQuote(Deal, table_name=None, deal_type=None):
}
return base_attributes
+ @classmethod
+ def clear(cls):
+ cls._insert_queue.clear()
+
# TODO
# @property
# def message(self):