Subscribe to trading request
This interface needs to be called once when the project starts, so that the trading request, deal, and position information can be pushed to the message queue later.
Request address
- API Address (requestURI) : /api/v1/request/subRequestInfo
Request parameters
Parameter name | Type | Requirement | description |
---|---|---|---|
login | Long | R | Administrator account |
topic | String | R | Topic name, For example:ETHH_Request,ETHH_Order,ETHH_Position |
businessSystem | String | R | Business system name |
Sample request
{
"login": 100001,
"topic": "ETHH_Request",
"businessSystem": "ethh_service"
}
Response parameters
Parameter name | Type | Requirement | Description |
---|---|---|---|
/ | / | / | / |
Sample response
{
"code": "200",
"desc": "Success",
"data": null
}