log.trace("Entering execute");
MendozaCommandResult result = new MendozaCommandResult();
String commandResultMsg =
"OK - Cancel order command sent to the mendoza server.";
try {
MendozaServerState state = this.getMendozaState();
if (!state.isNewOrderNotificationReceived()
|| !state.isRiskInformationNotificationReceived()) {
throw new RuntimeException(
"The order can not be cancelled in its"
+ " current financial order state.");
}
setRequestParameters();