Lean  $LEAN_TAG$
QuantConnect.Orders.OrderProperties Class Reference

Contains additional properties and settings for an order More...

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

Public Member Functions

 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...
 

Properties

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...
 

Detailed Description

Contains additional properties and settings for an order

Definition at line 24 of file OrderProperties.cs.

Constructor & Destructor Documentation

◆ OrderProperties() [1/2]

QuantConnect.Orders.OrderProperties.OrderProperties ( )

Initializes a new instance of the OrderProperties class

Definition at line 40 of file OrderProperties.cs.

◆ OrderProperties() [2/2]

QuantConnect.Orders.OrderProperties.OrderProperties ( Exchange  exchange)

Initializes a new instance of the OrderProperties class, with exchange param param name="exchange">Exchange name for market

Definition at line 49 of file OrderProperties.cs.

Member Function Documentation

◆ Clone()

Property Documentation

◆ TimeInForce

TimeInForce QuantConnect.Orders.OrderProperties.TimeInForce
getset

Defines the length of time over which an order will continue working before it is cancelled

Definition at line 29 of file OrderProperties.cs.

◆ Exchange

Exchange QuantConnect.Orders.OrderProperties.Exchange
getset

Defines the exchange name for a particular market

Definition at line 35 of file OrderProperties.cs.


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