Reformatted

This commit is contained in:
7u83 2017-02-05 09:59:58 +01:00
parent 5a9b8240cc
commit 5a49ef7b13

View File

@ -589,6 +589,7 @@ public class Exchange {
*/
public long createOrder(double account_id, OrderType type, double volume, double limit) {
Account a = accounts.get(account_id);
if (a == null) {
return -1;