When I use python websocket API to post market price I get an error of DeniedBySrc. The request and response are as followed:
Request:
{
"Ack":true,
"Domain":"MarketPrice",
"ID":2,
"Message":{
"Domain":"MarketPrice",
"Fields":{
"FAIR_VALUE":45.55
},
"ID":0,
"Type":"Update"
},
"PostID":3,
"PostUserInfo":{
"Address":"172.18.112.175",
"UserID":1080
},
"Type":"Post"
}
Response:
[
{
"AckID":3,
"ID":2,
"Key":{
"Name":"6YEAR_COP_SWAP=SBCM",
"Service":"DDS"
},
"NakCode":"DeniedBySrc",
"Text":"[400]: Invalid Request",
"Type":"Ack"
}
]
Please advise