Lean  $LEAN_TAG$
QuantConnect.Orders.EzeOrderProperties Class Reference

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

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

Public Member Functions

 EzeOrderProperties (string route=default, string account=default, string notes=default)
 Initializes a new instance with optional route, account, and notes. More...
 
- 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...
 

Properties

string Route [get, set]
 Gets or sets the route name as shown in Eze EMS. More...
 
string Account [get, set]
 Gets or sets a semi-colon separated list of trade or neutral accounts the user has permission for, e.g., "TAL;TEST;USER1;TRADE" or "TAL;TEST;USER2;NEUTRAL". More...
 
string Notes [get, set]
 Gets or sets the user message or notes. 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...
 

Detailed Description

Contains additional properties and settings for an order submitted to EZE brokerage

Definition at line 21 of file EzeOrderProperties.cs.

Constructor & Destructor Documentation

◆ EzeOrderProperties()

QuantConnect.Orders.EzeOrderProperties.EzeOrderProperties ( string  route = default,
string  account = default,
string  notes = default 
)

Initializes a new instance with optional route, account, and notes.

Parameters
routeThe trading route name (optional).
accountThe trading account with specific permissions (optional).
notesOptional notes about the order.

Definition at line 45 of file EzeOrderProperties.cs.

Property Documentation

◆ Route

string QuantConnect.Orders.EzeOrderProperties.Route
getset

Gets or sets the route name as shown in Eze EMS.

Definition at line 26 of file EzeOrderProperties.cs.

◆ Account

string QuantConnect.Orders.EzeOrderProperties.Account
getset

Gets or sets a semi-colon separated list of trade or neutral accounts the user has permission for, e.g., "TAL;TEST;USER1;TRADE" or "TAL;TEST;USER2;NEUTRAL".

Definition at line 32 of file EzeOrderProperties.cs.

◆ Notes

string QuantConnect.Orders.EzeOrderProperties.Notes
getset

Gets or sets the user message or notes.

Definition at line 37 of file EzeOrderProperties.cs.


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