Lean  $LEAN_TAG$
QuantConnect.Interfaces.IOrderProperties Interface Reference

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

Inheritance diagram for QuantConnect.Interfaces.IOrderProperties:
[legend]

Public Member Functions

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

Detailed Description

Contains additional properties and settings for an order

Definition at line 23 of file IOrderProperties.cs.

Member Function Documentation

◆ Clone()

IOrderProperties QuantConnect.Interfaces.IOrderProperties.Clone ( )

Returns a new instance clone of this object

Implemented in QuantConnect.Orders.IndiaOrderProperties, QuantConnect.Orders.InteractiveBrokersOrderProperties, QuantConnect.Orders.OrderProperties, QuantConnect.Orders.BitfinexOrderProperties, QuantConnect.Orders.FTXOrderProperties, and QuantConnect.Orders.BinanceOrderProperties.

Here is the caller graph for this function:

Property Documentation

◆ TimeInForce

TimeInForce QuantConnect.Interfaces.IOrderProperties.TimeInForce
getset

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

Definition at line 28 of file IOrderProperties.cs.


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