Reformatted
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user