28 using System.Collections.Generic;
29 using System.Collections.Concurrent;
441 string GetParameter(
string name,
string defaultValue =
null);
468 decimal
GetParameter(
string name, decimal defaultValue);
485 bool Shortable(
Symbol symbol, decimal shortQuantity,
int? updateOrderId =
null);
562 void Debug(
string message);
568 void Log(
string message);
574 void Error(
string message);
592 [Obsolete(
"This method is deprecated. Please use this overload: OnEndOfDay(Symbol symbol)")]
772 void SetCash(decimal startingCash);
780 void SetCash(
string symbol, decimal startingCash, decimal conversionRate = 0);
929 void SetTags(HashSet<string> tags);