def onUpdateBondUniverse(self, event): self.log.Clear() BondTools.refresh_bond_universe()
def onCisWeekly(self, event): self.log.Clear() self.notebook.SetSelection(0) BondTools.cis_weekly() pass
def onEurozoneWeekly(self, event): self.log.Clear() self.notebook.SetSelection(0) BondTools.eurozone_weekly() pass
def onAfricaWeekly(self, event): self.log.Clear() self.notebook.SetSelection(0) BondTools.africa_weekly() pass
def onUpdateBondUniverse(self,event): """Function to update bond universe """ self.log.Clear() BondTools.refresh_bond_universe()
def onEurozoneWeekly(self,event): self.log.Clear() self.notebook.SetSelection(0) BondTools.eurozone_weekly() pass
def onCisWeekly(self,event): self.log.Clear() self.notebook.SetSelection(0) BondTools.cis_weekly() pass
def onAfricaWeekly(self,event): self.log.Clear() self.notebook.SetSelection(0) BondTools.africa_weekly() pass