예제 #1
0
 def read_all_codes(self):
     return DB_CLIENT.read_codes_from_db(self.repo_name_for_backtest())
예제 #2
0
 def read_security_codes(self, typ: SeType = SeType.Stock):
     return DB_CLIENT.read_codes_from_db(REPO_SECURITY_LIST,
                                         filter={'stype': typ.value})
예제 #3
0
 def read_all_codes(self):
     repo_name = self.repo_name()
     return DB_CLIENT.read_codes_from_db(repo_name)