Exemple #1
0
 def call_red(self, other_args: List[str]):
     """ Process red command """
     r_view.due_diligence(other_args, self.ticker)
 def call_reddit(self, other_args: List[str]):
     instrument = fx_view.format_instrument(self.instrument, " ")
     reddit_view.due_diligence(other_args, instrument)