The Binaries folder has the current version with the asscoiated source code in the Source folder.
The TradingApi.Client.Framework.dll has the CiApi singleton. Use this to login and access our trading services and streams.
The framework uses common.logging , the binaries folder contains all the required assemblies:
- Add a reference to Common.Logging
- Add a reference to Common.Logging.Log4Net
- Add a reference to Log4Net
- In your config add a config section, common logging adapter and log4net config. See example of this in the Source sample projects
The Source has a sample application with example of how to reference and use the CiApi. The TradingApiBaseUri and LightstreamerUrl should point to our preproduction environment.