(self, instruments, start_time=None, end_time=None, freq="day", as_list=False)
| 1157 | return InstrumentProvider.instruments(market, filter_pipe) |
| 1158 | |
| 1159 | def list_instruments(self, instruments, start_time=None, end_time=None, freq="day", as_list=False): |
| 1160 | return Inst.list_instruments(instruments, start_time, end_time, freq, as_list) |
| 1161 | |
| 1162 | def features( |
| 1163 | self, |
no outgoing calls