AlgorithmPerformance, PortfolioStatistics and TradeStatistics had private setters, so JSON deserialization could not populate their properties.
Added Trade and TradeBuilder classes Added UtcTime and OrderFee property to OrderEvent class Added AlgorithmPerformance class with a few metrics + tests Added portfolio statistics + rolling statistics Closes #30 via PR #164 Thanks @SteffanoRaggi!