Versions Compared

Key

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

Release Cycle

All Kodiak OMS components have previously been in the same release cycle. Whenever we release something, we always install every component again.

The market data server is no longer part of the main OMS Solution. It now has it's own release cycle which would allow for releases to be pushed when the market data versions change without needing to push new clients, order entry etc.

Static Data Update

The market data server no longer updates market data tables directly.

It would take time to update all of the market data and this is not necissarily a good thing if for some reason the server needs to be restarted in the middle of the day.

This has been changed so that a dedicated external program would call the market data server and get the current basic data.

Subscription Service

The client would subscribe to market data by calling a service which was located in the services server. This service would in turn send the subscriptions to the market data server.

This has been changed so that the client calls the market data server directly.

Basic Data Service