1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
}
}
|