Lean  $LEAN_TAG$
QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper Member List

This is the complete list of members for QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper, including all inherited members.

AccountCurrencyQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
AddChart(Chart chart)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
AddFutureContract(Symbol symbol, Resolution? resolution=null, bool fillForward=true, decimal leverage=0m, bool extendedMarketHours=false)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
AddOptionContract(Symbol symbol, Resolution? resolution=null, bool fillForward=true, decimal leverage=0m, bool extendedMarketHours=false)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
AddSecurity(SecurityType securityType, string symbol, Resolution? resolution, string market, bool fillForward, decimal leverage, bool extendedMarketHours, DataMappingMode? dataMappingMode=null, DataNormalizationMode? dataNormalizationMode=null)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
AddSecurity(Symbol symbol, Resolution? resolution=null, bool fillForward=true, decimal leverage=Security.NullLeverage, bool extendedMarketHours=false, DataMappingMode? dataMappingMode=null, DataNormalizationMode? dataNormalizationMode=null, int contractDepthOffset=0)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
AddTag(string tag)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
AlgorithmIdQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
AlgorithmModeQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
AlgorithmPythonWrapper(string moduleName)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
BasePythonWrapper(bool validateInterface=true)QuantConnect.Python.BasePythonWrapper< IAlgorithm >
BasePythonWrapper(PyObject instance, bool validateInterface=true)QuantConnect.Python.BasePythonWrapper< IAlgorithm >
BenchmarkQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
BrokerageMessageHandlerQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
BrokerageModelQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
BrokerageNameQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
CurrentSliceQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
Debug(string message)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
DebugMessagesQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
DeploymentTargetQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
EndDateQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
Equals(BasePythonWrapper< TInterface > other)QuantConnect.Python.BasePythonWrapper< IAlgorithm >virtual
Equals(object obj)QuantConnect.Python.BasePythonWrapper< IAlgorithm >
Error(string message)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
ErrorMessagesQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
FutureChainProviderQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
GetChartUpdates(bool clearChartData=false)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
GetEvent(string name)QuantConnect.Python.BasePythonWrapper< IAlgorithm >
GetHashCode()QuantConnect.Python.BasePythonWrapper< IAlgorithm >
GetLastKnownPrice(Security security)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
GetLocked()QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
GetMethod(string methodName)QuantConnect.Python.BasePythonWrapper< IAlgorithm >
GetParameter(string name, string defaultValue=null)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
GetParameter(string name, int defaultValue)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
GetParameter(string name, double defaultValue)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
GetParameter(string name, decimal defaultValue)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
GetParameters()QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
GetProperty(string propertyName)QuantConnect.Python.BasePythonWrapper< IAlgorithm >
GetProperty< T >(string propertyName)QuantConnect.Python.BasePythonWrapper< IAlgorithm >
HasAttr(string name)QuantConnect.Python.BasePythonWrapper< IAlgorithm >
HistoryProviderQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
Initialize()QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
InsightsQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
InsightsGeneratedQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
InstanceQuantConnect.Python.BasePythonWrapper< IAlgorithm >protected
InvokeMethod(string methodName, params object[] args)QuantConnect.Python.BasePythonWrapper< IAlgorithm >
InvokeMethod< T >(string methodName, params object[] args)QuantConnect.Python.BasePythonWrapper< IAlgorithm >
IsOnEndOfDayImplementedQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
IsOnEndOfDaySymbolImplementedQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
IsWarmingUpQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
Liquidate(Symbol symbolToLiquidate=null, string tag="Liquidated")QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
LiveModeQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
Log(string message)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
LogMessagesQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
NameQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
NameUpdatedQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
NotifyQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
ObjectStoreQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnAssignmentOrderEvent(OrderEvent assignmentEvent)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnBrokerageDisconnect()QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnBrokerageMessage(BrokerageMessageEvent messageEvent)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnBrokerageReconnect()QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnData(Slice slice)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnDelistings(Delistings delistings)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnDividends(Dividends dividends)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnEndOfAlgorithm()QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnEndOfDay()QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnEndOfDay(Symbol symbol)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnEndOfTimeStep()QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnFrameworkData(Slice slice)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnFrameworkSecuritiesChanged(SecurityChanges changes)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnMarginCall(List< SubmitOrderRequest > requests)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnMarginCallWarning()QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnOrderEvent(OrderEvent newEvent)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnSecuritiesChanged(SecurityChanges changes)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnSplits(Splits splits)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnSymbolChangedEvents(SymbolChangedEvents symbolsChanged)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OnWarmupFinished()QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
OptionChainProviderQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
PortfolioQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
PostInitialize()QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
ProjectIdQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
RemoveSecurity(Symbol symbol)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
RiskFreeInterestRateModelQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
RunTimeErrorQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
RuntimeStatisticsQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
ScheduleQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SecuritiesQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SecurityInitializerQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetAccountCurrency(string accountCurrency, decimal? startingCash=null)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetAlgorithmId(string algorithmId)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetAlgorithmMode(AlgorithmMode algorithmMode)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetApi(IApi api)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetAvailableDataTypes(Dictionary< SecurityType, List< TickType >> availableDataTypes)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetBrokerageMessageHandler(IBrokerageMessageHandler handler)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetBrokerageModel(IBrokerageModel brokerageModel)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetCash(decimal startingCash)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetCash(string symbol, decimal startingCash, decimal conversionRate=0)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetCurrentSlice(Slice slice)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetDateTime(DateTime time)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetDeploymentTarget(DeploymentTarget deploymentTarget)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetEndDate(DateTime end)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetFinishedWarmingUp()QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetFutureChainProvider(IFutureChainProvider futureChainProvider)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetHistoryProvider(IHistoryProvider historyProvider)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetLiveMode(bool live)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetLocked()QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetMaximumOrders(int max)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetName(string name)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetObjectStore(IObjectStore objectStore)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetOptionChainProvider(IOptionChainProvider optionChainProvider)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetParameters(Dictionary< string, string > parameters)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetProperty(string propertyName, object value)QuantConnect.Python.BasePythonWrapper< IAlgorithm >
SetPythonInstance(PyObject instance)QuantConnect.Python.BasePythonWrapper< IAlgorithm >
SetRunTimeError(Exception exception)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetStartDate(DateTime start)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetStatisticsService(IStatisticsService statisticsService)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetStatus(AlgorithmStatus status)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SetTags(HashSet< string > tags)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SettingsQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
Shortable(Symbol symbol, decimal shortQuantity, int? updateOrderId=null)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
ShortableQuantity(Symbol symbol)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
StartDateQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
StatisticsQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
StatusQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SubmitOrderRequest(SubmitOrderRequest request)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
SubscriptionManagerQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
Symbol(string ticker)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
TagsQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
TagsUpdatedQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
Ticker(Symbol symbol)QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
TimeQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
TimeKeeperQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
TimeZoneQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
ToString()QuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
TradeBuilderQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
TransactionsQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
UniverseManagerQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
UniverseSettingsQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper
UtcTimeQuantConnect.AlgorithmFactory.Python.Wrappers.AlgorithmPythonWrapper