def call_orders(self, other_args: List[str]):
     """Process orders command"""
     fidelity_view.orders_view(other_args)
Example #2
0
 def test_orders(self):
     orders_view([])