Versions Compared

Key

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

...

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

Basic Data Service

 

 

Configuration

Configuration of the Market Data Server is no longer kept in the database. The config file now has all information needed to run the server.

<object id="TipGateway" type="Kodi.Kodiak.Inet.Tip.TipGateway, Kodi.Kodiak.Inet.Tip.Gateway">
<property name="GatewayName" value="INET" />
<property name="PerformanceCounterName" value="TIP" />
<property name="BasicDataScope" value="3" />
<property name="Connections">
<list>
<ref object="TipConnection1" />
</list>
</property>
</object>

<object id="TipConnection1" type="Kodi.Kodiak.Inet.Tip.TipConnection, Kodi.Kodiak.Inet.Tip.Gateway">
<property name="IPAddress" value="192.176.3.133" />
<property name="Port" value="29300" />
<property name="FailoverIP" value="192.176.3.133" />
<property name="FailoverPort" value="29300" />
<property name="Username" value="TEST4_KOD0G1" />
<property name="Password" value="TEST4_ueir001" />
</object>