1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
IContinuousFuturesBroker now inherits from IHistoricalDataSource. More... over 10 years ago
Data broker now overwrites locally stored data if SaveDataToStorage is true. More... over 10 years ago
Wrote a couple of HistoricalDataBroker tests and added scaffolding for several more. More... over 10 years ago
Modified DataAdditionRequest constructor again. More... over 10 years ago
Minor bugfix and change to allow testing. More... over 10 years ago
Updates to fit the new server/broker class scheme. More... over 10 years ago
Added HistoricalDataServerTest class. More... over 10 years ago
Added RequesterIdentity property to HistoricalDataRequest, to keep track of the client identity of the requester. More... over 10 years ago
Split HistoricalDataBroker into two classes: HistoricalDataServer that handles networking, and HistoricalDataBroker that does the rest (filling requests from the right sources, etc.) More... over 10 years ago
Added IHistoricalDataBroker interface. More... over 10 years ago
Added HistoricalBrokerTest class. More... over 10 years ago
Small changes to allow testing of HistoricalDataBroker. More... over 10 years ago
Minor commenting. More... over 10 years ago
Tidying up the QDMS project a bit. More... over 10 years ago
Minor commenting. More... over 10 years ago
Added an alternative constructor to DataAdditionRequest to pass the data directly. More... over 10 years ago
Added some ToString() methods. More... over 10 years ago
Reorganized the tests project #2. More... over 10 years ago
Reorganized the tests project. More... over 10 years ago
Added some error handling in cases of real time data requests with missing required info. More... over 10 years ago
Wrote a couple RealTimeDataBroker tests. More... over 10 years ago
Only set adjusted values for stocks. More... over 10 years ago
Fixed a crash that would happen if trying to adjust prices that go to zero. More... over 10 years ago
Fixed a crash that could occur when a request was split into too many subrequests. More... over 10 years ago
CFB now propagates the "force fresh data" setting to the data requests it makes. More... over 10 years ago
Added system to delete data in the ContinuousFuturesBroker after it is no longer needed. More... over 10 years ago
IB connector now handles time zone conversions properly. More... over 10 years ago
Historical data requests are limited to the present, and the limitation now takes into account timezones. More... over 10 years ago
Wrote RolloverHappensAtTheCorrecTimeUsingVolumeRuleAndIntradayData() test, it passes. More... over 10 years ago
Data & contracts for intraday continuous futures test. More... over 10 years ago