Closed Pritesh-Mhatre closed 4 years ago
As of now, many orders which are functionally invalid end up going to the broker. Example, a STOP_LOSS order with zero price.
We should have a new validation module to decline such orders with a user friendly error message.
Architecture: Make a generic validator for all brokers & then add broker specific validators.
Available in AutoTrader Web.
As of now, many orders which are functionally invalid end up going to the broker. Example, a STOP_LOSS order with zero price.
We should have a new validation module to decline such orders with a user friendly error message.
Architecture: Make a generic validator for all brokers & then add broker specific validators.