Roman Diachuk

Results 2 issues of Roman Diachuk

Getting NumberFormatException of GetOrder in case if order type is MARKET (price=""). There's a piece of code `new BigDecimal(order.getPrice())` which is failing because of illegal argument "". `java.lang.NumberFormatException: null at...