Improve Order docs. Fix #776

This commit is contained in:
Elliot Lee
2018-08-10 15:50:48 -07:00
parent dc623cd049
commit 4c9a2ff538
3 changed files with 8 additions and 4 deletions

View File

@@ -28,6 +28,8 @@ See [Transaction Types](#transaction-types) for a description.
<%- renderSchema('specifications/order.json') %>
The following invalid flag combination causes a `ValidationError`: `immediateOrCancel` and `fillOrKill`. These fields are mutually exclusive, and cannot both be set at the same time.
### Example
<%- renderFixture('requests/prepare-order.json') %>