MCPcopy Create free account
hub / github.com/quantopian/zipline / data_frequency

Method data_frequency

zipline/algorithm.py:1621–1622  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1619 # Remain backwards compatibility
1620 @property
1621 def data_frequency(self):
1622 return self.sim_params.data_frequency
1623
1624 @data_frequency.setter
1625 def data_frequency(self, value):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected