add trading managers

This commit is contained in:
2018-09-21 10:09:18 -07:00
parent aef74dfa59
commit 6edc589248
8 changed files with 151 additions and 17 deletions

View File

@ -28,18 +28,6 @@ public class OrderRequest {
this.type = orderType;
}
/**
* Return all properties of the request. Subclasses should
* override to add their own properties to the parent class'.
*/
// public Map<String, Object> getOrderParams() {
// Map<String, Object> params = new HashMap<>();
// params.put("type", orderType.toString());
// return params;
// }
/**
* Create a JSON representation of the order suitable for sending
* to the OANDA API.