uploadRules

Expire all existing rules and upload a new rule set for the next trading date.

Table 1. uploadRules
ParameterRequired Description
CommandYuploadRules
RulesYComma-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_type
Where 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:option

Example Request (multiple EFIDs)


rules=CBOE|CTWO|CONE:rate_vol:VX:1000,CBOE|CTWO|CONE:max_size:VX:10000,time_limit:10,product_type:future

Example Response

   {
     "msg":"Rules updated",
     "code":"200",
     "data":{
             "duplicateCount":0,
             "removeCount":4,
             "processedCount":4,
             "unknownList":[],
             "spacesCount":0,
             "addCount":4}
   }
Cboe Titanium U.S. Secure Web API - uploadRules | Cboe