Work in progress commit

* Added new method for Symbol to allow creation with underlying
* Added new unit tests
* Alter SecurityIdentifier method signature for BaseData
* AddData changes to accept underlying Symbol
* Added AddDataImpl
This commit is contained in:
Gerardo Salazar
2019-09-19 09:05:02 -07:00
committed by Martin Molinero
parent 48e4d3660a
commit 9d052afcf3
6 changed files with 218 additions and 7 deletions
+1 -1
View File
@@ -98,4 +98,4 @@ namespace QuantConnect.Algorithm.CSharp
{"Total Fees", "$3.26"}
};
}
}
}