Reformatted

This commit is contained in:
7u83 2017-02-05 09:59:58 +01:00
parent 5a9b8240cc
commit 5a49ef7b13
1 changed files with 2 additions and 1 deletions

View File

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