I am using the example code that came with the documentation for ADS 3.2.3 . I want to poke a value into the ATS service for a test instrument. The refinitiv example code came with a posting method. However when I run it I am given the following message
"NakCode":"DeniedBySrc",
"Text":"[400]: Invalid Request",
"Type":"Ack"
The code is almost identical except the Service is our service name for ATS and the instrument is not TRI.N
Changed
'Key': {
'Name': 'TRI.N',
< Can you really contribute and poke a value to TRI.N ??? >
To
'Key': {
'Service': 'DTS',
'Name': '.AAAATEST'
},