UnsubscribeTrades
Last updated
Last updated
OMSId
integer. The ID of the Order Management System on which the user has subscribed to a trades market data feed.
InstrumentId
long integer. The ID of the instrument being tracked by the trades market data feed.
result
Boolean. A successful receipt of the unsubscribe request returns true; and unsuccessful receipt (an error condition) returns false.
errormsg
string. A successful receipt of the unsubscribe request returns null; the errormsg parameter for an unsuccessful request returns one of the following messages: Not Authorized (errorcode 20) Invalid Request (errorcode 100) Operation Failed (errorcode 101) Server Error (errorcode 102) Resource Not Found (errorcode 104)
errorcode
integer. A successful receipt of the unsubscribe request returns 0. An unsuccessful receipt returns one of the errorcodes shown in the errormsg list.
detail
string. Message text that the system may send. Usually null.