MngAcceptDealerRequest¶
Accepts a request claimed by the current dealer. The request changes from CLAIMED to EXECUTING, and the original trade operation is executed after Core revalidates it.
The resumed operation bypasses routing so that it is not sent to the dealing center again. Successful execution finishes with EXECUTED; a Core error finishes with EXECUTION_FAILED and is stored in execution_result.
HTTP: POST /dealing/request/accept
{"command":"MngAcceptDealerRequest","id":42}
{"id":42,"accepted":true}
Only the dealer assigned through MngClaimDealerRequest can accept the request.