uploadRules
Expire all existing rules and upload a new rule set for the next trading date.
| Parameter | Required | Description |
|---|---|---|
| Command | Y | uploadRules |
| Rules | Y | Comma-delimited list of rules to add. |
Rule Format:
Colon-separated list of values as follows:
executing_firm_id:limit_type:product_root:limit_value:time_limit:product_typeWhere a rule should be applied to multiple executing firm IDs, the value passed for the identifier parameter should include a pipe-delimited list of identifiers (clearing firms only).Example Request (single EFID)
rules=CBOE:rate_vol:VX:1000,CBOE:max_size:VX:10000:time_limt:10,product_type:optionExample Request (multiple EFIDs)
rules=CBOE|CTWO|CONE:rate_vol:VX:1000,CBOE|CTWO|CONE:max_size:VX:10000,time_limit:10,product_type:futureExample Response
{
"msg":"Rules updated",
"code":"200",
"data":{
"duplicateCount":0,
"removeCount":4,
"processedCount":4,
"unknownList":[],
"spacesCount":0,
"addCount":4}
}




