diff options
Diffstat (limited to 'test/order-example.json')
| -rw-r--r-- | test/order-example.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/test/order-example.json b/test/order-example.json new file mode 100644 index 0000000..43f5a02 --- /dev/null +++ b/test/order-example.json @@ -0,0 +1,32 @@ +{ + "acctId": "U1234567", + "conid": 265598, + "conidex": "265598@SMART", + "manualIndicator": true, + "extOperator":"person1234", + "secType": "265598@STK", + "cOID": "AAPL-BUY-100", + "parentId": "None", + "orderType": "TRAILLMT", + "listingExchange": "NASDAQ", + "isSingleGroup": false, + "outsideRTH": true, + "price": 185.50, + "auxPrice": 183, + "side": "BUY", + "ticker": "AAPL", + "tif": "GTC", + "trailingAmt": 1.00, + "trailingType": "amt", + "referrer": "QuickTrade", + "quantity": 100, + "useAdaptive": false, + "isCcyConv": false, + "strategy": "Vwap", + "strategyParameters": { + "MaxPctVol":"0.1", + "StartTime":"14:00:00 EST", + "EndTime":"15:00:00 EST", + "AllowPastEndTime":true + } +} |
