Remove Active from StopLimit.
All checks were successful
Build .NET Project / build (push) Successful in 4m45s
All checks were successful
Build .NET Project / build (push) Successful in 4m45s
This commit is contained in:
@@ -98,7 +98,7 @@ namespace MarketDataServer.Controllers
|
||||
{
|
||||
MDTrace.WriteLine(LogLevel.DEBUG,$"Start");
|
||||
if(!Authorizations.GetInstance().IsAuthorized(token)) return null;
|
||||
StopLimit stopLimit=PortfolioDA.GetStopLimit(symbol);
|
||||
StopLimit stopLimit=StopLimitDA.GetStopLimit(symbol);
|
||||
return stopLimit;
|
||||
}
|
||||
catch(Exception exception)
|
||||
|
||||
Reference in New Issue
Block a user