1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 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
Field to property. More... over 10 years ago
Minor change to the real time sim, it doesn't work correctly due to timing inaccuracies on the timer. More... over 10 years ago
Added scaffolding for a Bloomberg data source. More... over 10 years ago
Added bloomberg .NET API library. More... over 10 years ago
Commenting and disposing the MemoryStream... More... over 10 years ago
Updated RealTimeBrokerTest to reflect the Server/Broker split. More... over 10 years ago
Merge branch 'Real-time-broker-split-test' More... over 10 years ago
Small fix to real time price simulator. More... over 10 years ago
Small changes to get the speed test working. More... over 10 years ago
Minor commenting. More... over 10 years ago
Changes to accommodate the new RealTimeDataServer class. More... over 10 years ago
Split RealTimeDataBroker into a RealTimeDataServer that takes care of networking, and RealTimeDataBroker that connects to the data sources. More... over 10 years ago
Added IRealTimeDataBroker interface. More... over 10 years ago
Wrote SendsFrontContractRequestToCFBrokerWhenRealTimeContinuousFuturesDataIsRequested test. More... over 10 years ago
HistoricalDataBroker will use RTHFilter when necessary. More... over 10 years ago
Added RTHFilterTest. More... over 10 years ago
Added RTHFilter class. Still need to implement the functionality. More... over 10 years ago
A couple of small changes to make RealTimeDatabroker testable. More... over 10 years ago
Wrote RequestsAreCorrectlySplitIntoSubrequestsWhenOnlyPartOfTheDataIsAvailable test, it passes. Also a small bugfix. More... over 10 years ago
Wrote HistoricalDataRequestsAreForwardedToTheBroker test, it passes. More... over 10 years ago
Improved formatting of prices in the data edit window and historical request window, by removing unnecessary trailing zeros. More... over 10 years ago
Fixed a bug in CountDecimalPlaces() that caused it to fail for small numbers. Also added another test. More... over 10 years ago
Added CountDecimalPlaces() extension method and some tests for it. More... over 10 years ago
Servers no longer start themselves in the constructor, need to call StartServer() manually. More... over 10 years ago
Added InstrumentsServerTest class. More... over 10 years ago
Small change to make InstrumentsServer testable. More... over 10 years ago
Wrote several of the tests in HistoricalDataBrokerTest. More... over 10 years ago
Moved the historical data request ending time "present" adjustment to the broker instead of the server. More... over 10 years ago
IContinuousFuturesBroker now inherits from IDisposable. More... over 10 years ago
Changes to allow mocking of the ContinuousFuturesBroker in the HistoricalDataBroker. More... over 10 years ago