Changes for MGSHBacktest model.

Code cleanup.
This commit is contained in:
2025-02-10 07:57:00 -05:00
parent 36b10b4824
commit 0db4473632
16 changed files with 378 additions and 78 deletions

View File

@@ -3,6 +3,10 @@ using System;
using System.Collections.Generic;
using System.Text;
/// <summary>
/// This StopLimit class is used for database persistence
/// </summary>
namespace MarketData.MarketDataModel
{
public class StopLimitConstants
@@ -102,4 +106,4 @@ namespace MarketData.MarketDataModel
return stopLimit;
}
}
}
}