February 2003
Intermediate to advanced
752 pages
16h 35m
English
The internal client provides the features needed to process orders after they’ve been submitted. It also has the ability to dynamically receive a message and update the interface accordingly, thanks to some careful threading code. Figure 17-9 shows the interface that appears when the internal client is started.

Figure 17-9. The OrderFill client at startup
The first step is to register the current queue and retrieve the IDs for all the available orders. The database connection and queue path are drawn from the configuration file shown here:
<?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="TransactConnection" ...
Read now
Unlock full access