Download WPF Real Time
Description
This project is a real-time multi-threaded trading application framework developed with WPF / MVVM.It makes use of Reactive Extensions for .NET (Rx) to observe, throttle and conflate data.It implements rate-monotonic scheduling algorithm using Task Parallel Library (TP...
Source Files
The download file wpfrealtime.zip has the following entries.
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Lib/PresentationUI.dll// w ww . j a v a 2 s. co m
Lib/System.CoreEx.dll
Lib/System.Interactive.dll
Lib/System.Reactive.dll
Lib/System.Windows.Interactivity.dll
Lib/log4net.dll
Src/Config/App.config
Src/Config/metadata.xml
Src/Framework/WPF.RealTime.DataContracts/Binding/DataItem.cs
Src/Framework/WPF.RealTime.DataContracts/Binding/EntityItem.cs
Src/Framework/WPF.RealTime.DataContracts/Binding/SelectableDataItem.cs
Src/Framework/WPF.RealTime.DataContracts/Binding/WpfGridColumn.cs
Src/Framework/WPF.RealTime.DataContracts/DataRecord.cs
Src/Framework/WPF.RealTime.DataContracts/Entities/Entity.cs
Src/Framework/WPF.RealTime.DataContracts/Entities/EntityBuilder.cs
Src/Framework/WPF.RealTime.DataContracts/Entities/EntityCustomTypeDescriptor.cs
Src/Framework/WPF.RealTime.DataContracts/Entities/EntityKey.cs
Src/Framework/WPF.RealTime.DataContracts/Entities/EntityPropertyDescriptor.cs
Src/Framework/WPF.RealTime.DataContracts/Entities/EntityTypeDescriptionProvider.cs
Src/Framework/WPF.RealTime.DataContracts/EventArgs.cs
Src/Framework/WPF.RealTime.DataContracts/Heartbeat.cs
Src/Framework/WPF.RealTime.DataContracts/Interfaces/IRemotePublishingService.cs
Src/Framework/WPF.RealTime.DataContracts/Interfaces/IRemoteSubscriptionService.cs
Src/Framework/WPF.RealTime.DataContracts/Interfaces/ISelectable.cs
Src/Framework/WPF.RealTime.DataContracts/Interfaces/SelfExplained.cs
Src/Framework/WPF.RealTime.DataContracts/Properties/AssemblyInfo.cs
Src/Framework/WPF.RealTime.DataContracts/ResourceManager/StringResources.cs
Src/Framework/WPF.RealTime.DataContracts/WPF.RealTime.Data.csproj
Src/Framework/WPF.RealTime.DataContracts/enums.cs
Src/Framework/WPF.RealTime.Infrastructure/AttachedCommand/EventToCommandArgs.cs
Src/Framework/WPF.RealTime.Infrastructure/AttachedCommand/EventToCommandTrigger.cs
Src/Framework/WPF.RealTime.Infrastructure/AttachedProperty/WindowProperties.cs
Src/Framework/WPF.RealTime.Infrastructure/BaseServiceObserver.cs
Src/Framework/WPF.RealTime.Infrastructure/BaseViewModel.cs
Src/Framework/WPF.RealTime.Infrastructure/Collections/BlockingCircularBuffer.cs
Src/Framework/WPF.RealTime.Infrastructure/Collections/NotifyCollection.cs
Src/Framework/WPF.RealTime.Infrastructure/Commands/SimpleCommand.cs
Src/Framework/WPF.RealTime.Infrastructure/Interfaces/IDispatcherFacade.cs
Src/Framework/WPF.RealTime.Infrastructure/Interfaces/IDynamicViewModel.cs
Src/Framework/WPF.RealTime.Infrastructure/Interfaces/IService.cs
Src/Framework/WPF.RealTime.Infrastructure/Interfaces/IStaticViewModel.cs
Src/Framework/WPF.RealTime.Infrastructure/MaintenanceEngineer.cs
Src/Framework/WPF.RealTime.Infrastructure/Messaging/Mediator.cs
Src/Framework/WPF.RealTime.Infrastructure/Messaging/RegisterInterestAttribute.cs
Src/Framework/WPF.RealTime.Infrastructure/Messaging/WeakAction.cs
Src/Framework/WPF.RealTime.Infrastructure/Messaging/WeakEventAction.cs
Src/Framework/WPF.RealTime.Infrastructure/Properties/AssemblyInfo.cs
Src/Framework/WPF.RealTime.Infrastructure/Tasks/PeriodicTask.cs
Src/Framework/WPF.RealTime.Infrastructure/Tasks/Schedulers/LongRunningTaskScheduler.cs
Src/Framework/WPF.RealTime.Infrastructure/Tasks/Schedulers/PriorityTaskScheduler.cs
Src/Framework/WPF.RealTime.Infrastructure/Tasks/SporadicTask.cs
Src/Framework/WPF.RealTime.Infrastructure/Utils/ApplicationExtensions.cs
Src/Framework/WPF.RealTime.Infrastructure/Utils/ProcessorAffinity.cs
Src/Framework/WPF.RealTime.Infrastructure/Utils/Win32Native.cs
Src/Framework/WPF.RealTime.Infrastructure/ViewAttribute.cs
Src/Framework/WPF.RealTime.Infrastructure/WPF.RealTime.Infrastructure.csproj
Src/Framework/WPF.RealTime.Infrastructure/WorkspaceManager.cs
Src/Framework/WPF.RealTime.Infrastructure/enums.cs
Src/Framework/WPF.RealTime.ResourceLibrary/Aero/Aero.NormalColor.xaml
Src/Framework/WPF.RealTime.ResourceLibrary/Aero/SharedDictionary.xaml
Src/Framework/WPF.RealTime.ResourceLibrary/Classic/Classic.xaml
Src/Framework/WPF.RealTime.ResourceLibrary/Luna/Luna.Homestead.xaml
Src/Framework/WPF.RealTime.ResourceLibrary/Luna/Luna.Metallic.xaml
Src/Framework/WPF.RealTime.ResourceLibrary/Luna/Luna.NormalColor.xaml
Src/Framework/WPF.RealTime.ResourceLibrary/Luna/SharedDictionary.xaml
Src/Framework/WPF.RealTime.ResourceLibrary/Properties/AssemblyInfo.cs
Src/Framework/WPF.RealTime.ResourceLibrary/Royale/Royale.NormalColor.xaml
Src/Framework/WPF.RealTime.ResourceLibrary/Royale/SharedDictionary.xaml
Src/Framework/WPF.RealTime.ResourceLibrary/WPF.RealTime.ResourceLibrary.csproj
Src/Model/BondService/BondService.csproj
Src/Model/BondService/Implementation/MockService.cs
Src/Model/BondService/Implementation/RealService.cs
Src/Model/BondService/Properties/AssemblyInfo.cs
Src/Model/FutureService/FutureService.csproj
Src/Model/FutureService/Implementation/MockService.cs
Src/Model/FutureService/Implementation/RealService.cs
Src/Model/FutureService/Properties/AssemblyInfo.cs
Src/Presentation/BondModule/BondModule.csproj
Src/Presentation/BondModule/Properties/AssemblyInfo.cs
Src/Presentation/BondModule/RuleEngine.cs
Src/Presentation/BondModule/ServiceObservers/BondServiceObserver.cs
Src/Presentation/BondModule/ViewModels/BondViewModel.cs
Src/Presentation/BondModule/ViewModels/RibbonViewModel.cs
Src/Presentation/BondModule/Views/RibbonView.xaml
Src/Presentation/BondModule/Views/View.xaml
Src/Presentation/FutureModule/FutureModule.csproj
Src/Presentation/FutureModule/Properties/AssemblyInfo.cs
Src/Presentation/FutureModule/RuleEngine.cs
Src/Presentation/FutureModule/ServiceObservers/FutureServiceObserver.cs
Src/Presentation/FutureModule/ViewModels/FutureViewModel.cs
Src/Presentation/FutureModule/ViewModels/RibbonViewModel.cs
Src/Presentation/FutureModule/Views/RibbonView.xaml
Src/Presentation/FutureModule/Views/View.xaml
Src/Shell/WPF.RealTime.Server/BondServer.cs
Src/Shell/WPF.RealTime.Server/FutureServer.cs
Src/Shell/WPF.RealTime.Server/Program.cs
Src/Shell/WPF.RealTime.Server/Properties/AssemblyInfo.cs
Src/Shell/WPF.RealTime.Server/Utils.cs
Src/Shell/WPF.RealTime.Server/WCFServer.cs
Src/Shell/WPF.RealTime.Server/WPF.RealTime.Server.csproj
Src/Shell/WPF.RealTime/App.cs
Src/Shell/WPF.RealTime/App.xaml
Src/Shell/WPF.RealTime/Bootstrapper.cs
Src/Shell/WPF.RealTime/Constants.cs
Src/Shell/WPF.RealTime/MainWindow.xaml
Src/Shell/WPF.RealTime/MainWindow.xaml.cs
Src/Shell/WPF.RealTime/MainWindowViewModel.cs
Src/Shell/WPF.RealTime/Properties/AssemblyInfo.cs
Src/Shell/WPF.RealTime/WPF.RealTime.Shell.csproj
Src/Shell/WPF.RealTime/WPF.RealTime.Shell.csproj.user
Src/Solutions/Readme.txt
Src/Solutions/WPF.RealTime.sln
Tools/ReplaceKeyValue.exe
Tools/ReplaceKeyValue/Program.cs
Tools/ReplaceKeyValue/Properties/AssemblyInfo.cs
Tools/ReplaceKeyValue/ReplaceKeyValue.csproj
Tools/Tools.sln
Download
Click the following link to download wpfrealtime.zip.
wpfrealtime.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »