Changes for MGSHBacktest model.
Code cleanup.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user