Lean  $LEAN_TAG$
QuantConnect.Packets.PythonEnvironmentPacket Class Reference

Python Environment Packet is an abstract packet that contains a PythonVirtualEnvironment definition. Intended to be used by inheriting classes that may use a PythonVirtualEnvironment More...

Inheritance diagram for QuantConnect.Packets.PythonEnvironmentPacket:
[legend]

Protected Member Functions

 PythonEnvironmentPacket (PacketType type)
 Default constructor for a PythonEnvironmentPacket More...
 

Properties

string PythonVirtualEnvironment [get, set]
 Virtual environment ID used to find PythonEvironments Ideally MD5, but environment names work as well. More...
 
- Properties inherited from QuantConnect.Packets.Packet
PacketType Type = PacketType.None [get, set]
 Packet type defined by a string enum More...
 
virtual string Channel = "" [get, set]
 User unique specific channel endpoint to send the packets More...
 

Additional Inherited Members

- Public Member Functions inherited from QuantConnect.Packets.Packet
 Packet (PacketType type)
 Initialize the base class and setup the packet type. More...
 

Detailed Description

Python Environment Packet is an abstract packet that contains a PythonVirtualEnvironment definition. Intended to be used by inheriting classes that may use a PythonVirtualEnvironment

Definition at line 25 of file PythonEnvironmentPacket.cs.

Constructor & Destructor Documentation

◆ PythonEnvironmentPacket()

QuantConnect.Packets.PythonEnvironmentPacket.PythonEnvironmentPacket ( PacketType  type)
protected

Default constructor for a PythonEnvironmentPacket

Parameters
type

Definition at line 31 of file PythonEnvironmentPacket.cs.

Property Documentation

◆ PythonVirtualEnvironment

string QuantConnect.Packets.PythonEnvironmentPacket.PythonVirtualEnvironment
getset

Virtual environment ID used to find PythonEvironments Ideally MD5, but environment names work as well.

Definition at line 39 of file PythonEnvironmentPacket.cs.


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