uploadRules
Upload a rule set for the next trading day.
| Parameter | Required | Description |
|---|---|---|
| command | Y | uploadRules |
| identifier | Y | Executing Firm ID |
| rules | Y | Comma-delimited list of rules to add |
Rule Format:
Colon-separated list of values as follows:
mpid:limit_type:symbol:limit_value:risk_group_id:reject_behavior| Parameter | Required | Description |
|---|---|---|
| mpid | Y | Specifies the MPID to which the risk setting applies. A valid MPID must be included and the firm must have control of the MPID. |
| limit_type | Y | The limit type must be one of the following values:
|
| symbol | Y | Not supported. Must be blank. |
| limit_value | Y | This value must be an integer value. Floating point values are not accepted. When the limit type is a notional type, this represents whole dollars. |
| risk_group_id | N | Integer 1-65535. |
| reject_behavior | N |
|
Example Request
rules=CBOE:abs_ntnl::1000000000,CBGM:abs_nntnl::1000000:rej_onlyExample Response
{
"msg":"Rules updated",
"code":"200",
"data":{
"duplicateCount":0,
"removeCount":2,
"processedCount":2,
"spacesCount":0,
"efidsInUpload":[
"CBOE",
"CGBM",],
"unknownList":[],
"addCount":2}
}




