Lean  $LEAN_TAG$
QuantConnect.Orders.TradeStationOrderProperties Class Reference

Represents the properties of an order in TradeStation. More...

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

Properties

bool AllOrNone [get, set]
 Enables the "All or None" feature for your order, ensuring it will only be filled completely or not at all. Set to true to activate this feature, or false to allow partial fills. 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

Represents the properties of an order in TradeStation.

Definition at line 22 of file TradeStationOrderProperties.cs.

Property Documentation

◆ AllOrNone

bool QuantConnect.Orders.TradeStationOrderProperties.AllOrNone
getset

Enables the "All or None" feature for your order, ensuring it will only be filled completely or not at all. Set to true to activate this feature, or false to allow partial fills.

Applicable to Equities and Options.

Definition at line 31 of file TradeStationOrderProperties.cs.


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