[Quantproject-developers] QuantProject/b4_Business/a1_Financial/a2_Accounting/AccountProviding Int
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2009-08-30 21:39:17
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/AccountProviding In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20043/b4_Business/a1_Financial/a2_Accounting/AccountProviding Modified Files: InteractiveBrokerAccountProvider.cs Log Message: Serializable attribute has been added Index: InteractiveBrokerAccountProvider.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/AccountProviding/InteractiveBrokerAccountProvider.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** InteractiveBrokerAccountProvider.cs 22 Nov 2008 18:23:12 -0000 1.4 --- InteractiveBrokerAccountProvider.cs 30 Aug 2009 21:39:07 -0000 1.5 *************** *** 40,43 **** --- 40,44 ---- /// lost at each stock-transaction /// </summary> + [Serializable] public class InteractiveBrokerAccountProvider : IAccountProvider { |