Lean  $LEAN_TAG$
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
QuantConnect.Packets.MarketToday Class Reference

Market today information class More...

Public Member Functions

 MarketToday ()
 Default constructor (required for JSON serialization) More...
 

Properties

DateTime Date [get, set]
 Date this packet was generated. More...
 
string Status = string.Empty [get, set]
 Given the dates and times above, what is the current market status - open or closed. More...
 
MarketHours PreMarket [get, set]
 Premarket hours for today More...
 
MarketHours Open [get, set]
 Normal trading market hours for today More...
 
MarketHours PostMarket [get, set]
 Post market hours for today More...
 

Detailed Description

Market today information class

Definition at line 25 of file MarketTodayPacket.cs.

Constructor & Destructor Documentation

◆ MarketToday()

QuantConnect.Packets.MarketToday.MarketToday ( )

Default constructor (required for JSON serialization)

Definition at line 60 of file MarketTodayPacket.cs.

Property Documentation

◆ Date

DateTime QuantConnect.Packets.MarketToday.Date
getset

Date this packet was generated.

Definition at line 31 of file MarketTodayPacket.cs.

◆ Status

string QuantConnect.Packets.MarketToday.Status = string.Empty
getset

Given the dates and times above, what is the current market status - open or closed.

Definition at line 37 of file MarketTodayPacket.cs.

◆ PreMarket

MarketHours QuantConnect.Packets.MarketToday.PreMarket
getset

Premarket hours for today

Definition at line 43 of file MarketTodayPacket.cs.

◆ Open

MarketHours QuantConnect.Packets.MarketToday.Open
getset

Normal trading market hours for today

Definition at line 49 of file MarketTodayPacket.cs.

◆ PostMarket

MarketHours QuantConnect.Packets.MarketToday.PostMarket
getset

Post market hours for today

Definition at line 55 of file MarketTodayPacket.cs.


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