Exemplo n.º 1
0
 def onUpdateBondUniverse(self, event):
     self.log.Clear()
     BondTools.refresh_bond_universe()
Exemplo n.º 2
0
 def onCisWeekly(self, event):
     self.log.Clear()
     self.notebook.SetSelection(0)
     BondTools.cis_weekly()
     pass
Exemplo n.º 3
0
 def onEurozoneWeekly(self, event):
     self.log.Clear()
     self.notebook.SetSelection(0)
     BondTools.eurozone_weekly()
     pass
Exemplo n.º 4
0
 def onAfricaWeekly(self, event):
     self.log.Clear()
     self.notebook.SetSelection(0)
     BondTools.africa_weekly()
     pass
Exemplo n.º 5
0
 def onUpdateBondUniverse(self,event):
     """Function to update bond universe 
     """
     self.log.Clear()
     BondTools.refresh_bond_universe()
Exemplo n.º 6
0
 def onEurozoneWeekly(self,event):
     self.log.Clear()
     self.notebook.SetSelection(0)
     BondTools.eurozone_weekly()
     pass
Exemplo n.º 7
0
 def onCisWeekly(self,event):
     self.log.Clear()
     self.notebook.SetSelection(0)
     BondTools.cis_weekly()
     pass
Exemplo n.º 8
0
 def onAfricaWeekly(self,event):
     self.log.Clear()
     self.notebook.SetSelection(0)
     BondTools.africa_weekly()
     pass