:mod:`quartic_sdk.core.entities.event_frame` ============================================ .. py:module:: quartic_sdk.core.entities.event_frame Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: quartic_sdk.core.entities.event_frame.EventFrame .. class:: EventFrame(body_json, api_helper) Bases: :class:`quartic_sdk.core.entities.base.Base` The given class refers to the event frame entity which is created based upon the event frame object returned from the API .. method:: __repr__(self) Override the method to return the event frame name .. method:: occurrences(self, start_time, stop_time, query_params={}) The given method returns the list of event frame occurrences for the given asset in the given time frame :param start_time: (epoch) Start_time of event frame occurrence :param stop_time: (epoch) Stop_time of event frame occurrence :param query_params: Dictionary of filter conditions