Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Reuters Bridge establishes a session with FIX server;
  2. Reuters Bridge establishes a connection with TOF server;
  3. For each Dealing Server identifier specified in the configuration file Reuters Bridge sends a request to TOF server to receive deals;
  4. In case of successful processing, TOF server sends range of deals related to the requested Dealing Server identifier;
  5. Reuters Bridge constructs requests for deal data and related conversation for each deal from the range and sends them to TOF server;
  6. In case of successful requests processing, TOF server sends couple of messages which contain data about deal and related conversation.;
  7. For each found pair "deal/conversation" Reuters Bridge checks the deal type;
  8. If the deal type is supported by Reuters Bridge, it performs conversion of linked TOF messages which contain "deal/conversation" data to FIX message Trade Capture Report (MsgType = ‘AE’) according to the mapping rules.rules (see Mapping rules section for details);
  9.  In case converting is successful, Reuters Bridge sends FIX message Trade Capture Report (MsgType = ‘AE’) to FIX server.

...