Exemplo n.º 1
0
 def run(self):
     status = utils.run_batch_engine(self.businessdate, '171', "'VPBANK'",
                                     "'LRCF_1'", "'Regular'", "0")
     with self.output().open('w') as outfile:
         outfile.write('Engine status: ' + status)
Exemplo n.º 2
0
 def run(self):
     status = utils.run_batch_engine(self.businessdate, '10178', "'VPBANK'",
                                     "'LRCF_3'", "'Liqui_Adj'", "0")
     with self.output().open('w') as outfile:
         outfile.write('Engine status: ' + status)