Info Management
The server can send an Info Request on the status of a Deal. Adapter sends it to the Application as a TCPIInfoRequest and expects oms.OrderUpdate as a response.
Message flow:
Business Application Adapter
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TCPIInfoRequest <--------------- InfoRequest
oms.OrderUpdate ---------------> InfoResponse
event TCPIInfoRequest{
string transportName;
string orderId;
string symbol;
string parameter;
dictionary<integer,float> __timeStamps;
}
event InfoResponse{
string transportName;
string orderId;
string symbol;
boolean isAccepted;
string rejectReason;
dictionary<integer,float> __timestamps;
}