mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-17 18:18:04 +00:00
cleanup
This commit is contained in:
@@ -25,11 +25,7 @@ public class Historical : AbstractBase
|
||||
/// <exception cref="ArgumentOutOfRangeException">
|
||||
/// Thrown when period is less than 2.
|
||||
/// </exception>
|
||||
<<<<<<< HEAD
|
||||
public Historical(int period, bool isAnnualized = true) : base()
|
||||
=======
|
||||
public Historical(int period, bool isAnnualized = true)
|
||||
>>>>>>> dev
|
||||
{
|
||||
if (period < 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user