@@ -102,6 +102,9 @@ def test_orders(reqmock):
102102 "filled_at": "2018-03-09T19:05:27Z",
103103 "failed_at": "2018-03-09T19:05:27Z",
104104 "filled_qty": "0",
105+ "hwm": null,
106+ "trail_percent": null,
107+ "trail_price": null,
105108 "failured_reason": "string",
106109 "cancel_requested_at": "2018-03-09T19:05:27Z",
107110 "submitted_at": "2018-03-09T19:05:27Z"
@@ -133,6 +136,9 @@ def test_orders(reqmock):
133136 "filled_at": "2018-03-09T19:05:27Z",
134137 "failed_at": "2018-03-09T19:05:27Z",
135138 "filled_qty": "0",
139+ "hwm": null,
140+ "trail_percent": null,
141+ "trail_price": null,
136142 "failured_reason": "string",
137143 "cancel_requested_at": "2018-03-09T19:05:27Z",
138144 "submitted_at": "2018-03-09T19:05:27Z"
@@ -218,6 +224,9 @@ def test_orders(reqmock):
218224 "filled_at": "2018-03-09T05:50:50Z",
219225 "failed_at": "2018-03-09T05:50:50Z",
220226 "filled_qty": "0",
227+ "hwm": null,
228+ "trail_percent": null,
229+ "trail_price": null,
221230 "failured_reason": "string",
222231 "cancel_requested_at": "2018-03-09T05:50:50Z",
223232 "submitted_at": "2018-03-09T05:50:50Z"
@@ -249,6 +258,9 @@ def test_orders(reqmock):
249258 "filled_at": "2018-03-09T05:50:50Z",
250259 "failed_at": "2018-03-09T05:50:50Z",
251260 "filled_qty": "0",
261+ "hwm": null,
262+ "trail_percent": null,
263+ "trail_price": null,
252264 "failured_reason": "string",
253265 "cancel_requested_at": "2018-03-09T05:50:50Z",
254266 "submitted_at": "2018-03-09T05:50:50Z"
0 commit comments