Lean  $LEAN_TAG$
QuantConnect.Commands.CallbackCommand Class Reference

Algorithm callback command type More...

Inheritance diagram for QuantConnect.Commands.CallbackCommand:
[legend]

Public Member Functions

override CommandResultPacket Run (IAlgorithm algorithm)
 Runs this command against the specified algorithm instance More...
 
override string ToString ()
 The command string representation More...
 

Properties

string Type [get, set]
 The target command type to run, if empty or null will be the generic untyped command handler More...
 
string Payload [get, set]
 The command payload More...
 
- Properties inherited from QuantConnect.Commands.BaseCommand
string Id [get, set]
 Unique command id More...
 
- Properties inherited from QuantConnect.Commands.ICommand
string Id [get, set]
 Unique command id More...
 

Additional Inherited Members

- Protected Member Functions inherited from QuantConnect.Commands.BaseCommand
Symbol GetSymbol (string ticker, SecurityType securityType, string market, Symbol symbol=null)
 Creats symbol using symbol properties. More...
 

Detailed Description

Algorithm callback command type

Definition at line 24 of file CallbackCommand.cs.

Member Function Documentation

◆ Run()

override CommandResultPacket QuantConnect.Commands.CallbackCommand.Run ( IAlgorithm  algorithm)
virtual

Runs this command against the specified algorithm instance

Parameters
algorithmThe algorithm to run this command against

Implements QuantConnect.Commands.BaseCommand.

Definition at line 40 of file CallbackCommand.cs.

Here is the call graph for this function:

◆ ToString()

override string QuantConnect.Commands.CallbackCommand.ToString ( )

The command string representation

Definition at line 54 of file CallbackCommand.cs.

Here is the caller graph for this function:

Property Documentation

◆ Type

string QuantConnect.Commands.CallbackCommand.Type
getset

The target command type to run, if empty or null will be the generic untyped command handler

Definition at line 29 of file CallbackCommand.cs.

◆ Payload

string QuantConnect.Commands.CallbackCommand.Payload
getset

The command payload

Definition at line 34 of file CallbackCommand.cs.


The documentation for this class was generated from the following file: