[Quantproject-developers] QuantProject/b4_Business/a1_Financial/a2_Accounting/AccountProviding Int
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-22 18:23:23
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/AccountProviding In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3815/b4_Business/a1_Financial/a2_Accounting/AccountProviding Modified Files: InteractiveBrokerAccountProvider.cs SimpleAccountProvider.cs Log Message: - HistoricalEndOfDayDataStreamer has been replaced by HistoricalDataStreamer.cs - HistoricalEndOfDayOrderExecutor has been replaced by HistoricalOrderExecutor Index: InteractiveBrokerAccountProvider.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/AccountProviding/InteractiveBrokerAccountProvider.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** InteractiveBrokerAccountProvider.cs 29 Sep 2008 21:13:10 -0000 1.3 --- InteractiveBrokerAccountProvider.cs 22 Nov 2008 18:23:12 -0000 1.4 *************** *** 77,83 **** new Account( "IBAccount" , timer , ! new HistoricalEndOfDayDataStreamer( timer , historicalMarketValueProvider ) , ! new HistoricalEndOfDayOrderExecutor( timer , historicalMarketValueProvider , this.getAccount_getSlippageManager( --- 77,83 ---- new Account( "IBAccount" , timer , ! new HistoricalDataStreamer( timer , historicalMarketValueProvider ) , ! new HistoricalOrderExecutor( timer , historicalMarketValueProvider , this.getAccount_getSlippageManager( Index: SimpleAccountProvider.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/AccountProviding/SimpleAccountProvider.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SimpleAccountProvider.cs 29 Sep 2008 21:13:46 -0000 1.2 --- SimpleAccountProvider.cs 22 Nov 2008 18:23:12 -0000 1.3 *************** *** 48,54 **** new Account( "SimpleAccount" , timer , ! new HistoricalEndOfDayDataStreamer( timer , historicalMarketValueProvider ) , ! new HistoricalEndOfDayOrderExecutor( timer , historicalMarketValueProvider ) ); return account; --- 48,54 ---- new Account( "SimpleAccount" , timer , ! new HistoricalDataStreamer( timer , historicalMarketValueProvider ) , ! new HistoricalOrderExecutor( timer , historicalMarketValueProvider ) ); return account; |