Lean  $LEAN_TAG$
QuantConnect.Orders.CharlesSchwabOrderProperties Class Reference

Contains additional properties and settings for an order submitted to Charles Schwab brokerage More...

Inheritance diagram for QuantConnect.Orders.CharlesSchwabOrderProperties:
[legend]

Properties

bool ExtendedRegularTradingHours [get, set]
 If set to true, allows orders to also trigger or fill outside of regular trading hours. More...
 
- Properties inherited from QuantConnect.Orders.OrderProperties
TimeInForce TimeInForce [get, set]
 Defines the length of time over which an order will continue working before it is cancelled More...
 
Exchange Exchange [get, set]
 Defines the exchange name for a particular market More...
 
- Properties inherited from QuantConnect.Interfaces.IOrderProperties
TimeInForce TimeInForce [get, set]
 Defines the length of time over which an order will continue working before it is cancelled More...
 

Additional Inherited Members

- Public Member Functions inherited from QuantConnect.Orders.OrderProperties
 OrderProperties ()
 Initializes a new instance of the OrderProperties class More...
 
 OrderProperties (Exchange exchange)
 Initializes a new instance of the OrderProperties class, with exchange param param name="exchange">Exchange name for market More...
 
virtual IOrderProperties Clone ()
 Returns a new instance clone of this object More...
 

Detailed Description

Contains additional properties and settings for an order submitted to Charles Schwab brokerage

Definition at line 21 of file CharlesSchwabOrderProperties.cs.

Property Documentation

◆ ExtendedRegularTradingHours

bool QuantConnect.Orders.CharlesSchwabOrderProperties.ExtendedRegularTradingHours
getset

If set to true, allows orders to also trigger or fill outside of regular trading hours.

Schwab offers extended hours trading for stocks and ETFs during the business week. Stock trading does not occur on weekends, holidays, or on days the market is closed.

Definition at line 30 of file CharlesSchwabOrderProperties.cs.


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