Alert
Get MTA alert
Each login user only has one mobile trading assistant (MTA) alert with it's own unique tool id. The tool id cannot be changed. When modified a new order Id is generated. MTA alerts can not be created or deleted. If you call delete /iserver/account/:accountId/alert/:alertId, it will reset MTA to default. See here for more information on MTA alerts.
get/iserver/account/mta
Response
returns an object
Example response
{
"expire_time": "20201105-19:51:14",
"order_status": "Submitted",
"conditions": [
{
"conidex": "8314@SMART",
"contract_description_1": "FB Stock (NASDAQ.NMS)",
"condition_operator": "- >= - <=\n",
"condition_trigger_method": "0",
"condition_value": "220"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.