[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting/DrivenByFundamentals/Drive
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2011-08-21 14:20:23
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/DrivenByFundamentals/DrivenByFairValueProvider
In directory vz-cvs-3.sog:/tmp/cvs-serv21585/TickerSelectionTesting/DrivenByFundamentals/DrivenByFairValueProvider
Modified Files:
DrivenByFVProviderPositions.cs
Log Message:
Updated
Index: DrivenByFVProviderPositions.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/DrivenByFundamentals/DrivenByFairValueProvider/DrivenByFVProviderPositions.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DrivenByFVProviderPositions.cs 16 Jan 2011 19:35:50 -0000 1.1
--- DrivenByFVProviderPositions.cs 21 Aug 2011 14:20:20 -0000 1.2
***************
*** 3,7 ****
DrivenByFVProviderPositions.cs
! Copyright (C) 2010
Marco Milletti
--- 3,7 ----
DrivenByFVProviderPositions.cs
! Copyright (C) 2011
Marco Milletti
***************
*** 41,47 ****
private int generation;
private double[] buyPricesForWeightedPositions;
-
-
-
//explicit interface implementation
//the property can be used only by a interface
--- 41,44 ----
***************
*** 52,56 ****
set{this.generation = value;}
}
!
public DrivenByFVProviderPositions Copy()
{
--- 49,53 ----
set{this.generation = value;}
}
!
public DrivenByFVProviderPositions Copy()
{
|