viewRules
View all rules stored for an individual trading date.
| Parameter | Required | Description |
|---|---|---|
| Command | Y | viewRules |
| Identifier | Y | Executing Firm ID |
| tradingDay | N |
|
Example Response
{
"msg":"",
"code":"200",
"data":[
{"limit_value":500,
"limit_type":"rate_vol",
"product_root":"VX",
"executing_firm_id":"CBOE"},
{"limit_value":1000,
"limit_type":"max_size",
"product_root":"VX",
"executing_firm_id":"CBOE"}
]
}




