Lean  $LEAN_TAG$
QuantConnect.Packets.SecurityTypesPacket Class Reference

Security types packet contains information on the markets the user data has requested. More...

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

Public Member Functions

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

Public Attributes

List< SecurityTypeTypes = new List<SecurityType>()
 List of Security Type the user has requested (Equity, Forex, Futures etc). More...
 

Properties

string TypesCSV [get]
 CSV formatted, lower case list of SecurityTypes for the web API. 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...
 

Detailed Description

Security types packet contains information on the markets the user data has requested.

Definition at line 25 of file SecurityTypesPacket.cs.

Constructor & Destructor Documentation

◆ SecurityTypesPacket()

QuantConnect.Packets.SecurityTypesPacket.SecurityTypesPacket ( )

Default constructor for JSON

Definition at line 52 of file SecurityTypesPacket.cs.

Member Data Documentation

◆ Types

List<SecurityType> QuantConnect.Packets.SecurityTypesPacket.Types = new List<SecurityType>()

List of Security Type the user has requested (Equity, Forex, Futures etc).

Definition at line 30 of file SecurityTypesPacket.cs.

Property Documentation

◆ TypesCSV

string QuantConnect.Packets.SecurityTypesPacket.TypesCSV
get

CSV formatted, lower case list of SecurityTypes for the web API.

Definition at line 36 of file SecurityTypesPacket.cs.


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