Lean  $LEAN_TAG$
QuantConnect.Orders.FixOrderProperites Class Reference

FIX (Financial Information Exchange) order properties More...

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

Static Public Attributes

const char AutomatedExecutionOrderPrivate = '1'
 Automated execution order, private, no broker intervention More...
 
const char AutomatedExecutionOrderPublic = '2'
 Automated execution order, public, broker, intervention OK More...
 
const char ManualOrder = '3'
 Staged order, broker intervention required More...
 

Properties

char? HandleInstruction [get, set]
 Instruction for order handling on Broker floor More...
 
string Notes [get, set]
 Free format text string 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

FIX (Financial Information Exchange) order properties

Definition at line 21 of file FixOrderProperites.cs.

Member Data Documentation

◆ AutomatedExecutionOrderPrivate

const char QuantConnect.Orders.FixOrderProperites.AutomatedExecutionOrderPrivate = '1'
static

Automated execution order, private, no broker intervention

Definition at line 36 of file FixOrderProperites.cs.

◆ AutomatedExecutionOrderPublic

const char QuantConnect.Orders.FixOrderProperites.AutomatedExecutionOrderPublic = '2'
static

Automated execution order, public, broker, intervention OK

Definition at line 41 of file FixOrderProperites.cs.

◆ ManualOrder

const char QuantConnect.Orders.FixOrderProperites.ManualOrder = '3'
static

Staged order, broker intervention required

Definition at line 46 of file FixOrderProperites.cs.

Property Documentation

◆ HandleInstruction

char? QuantConnect.Orders.FixOrderProperites.HandleInstruction
getset

Instruction for order handling on Broker floor

Definition at line 26 of file FixOrderProperites.cs.

◆ Notes

string QuantConnect.Orders.FixOrderProperites.Notes
getset

Free format text string

Definition at line 31 of file FixOrderProperites.cs.


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