EzeOrderProperties
QuantConnect.Orders.EzeOrderProperties
EzeOrderProperties(
route: str = ...,
account: str = ...,
notes: str = ...,
account_type: str = ...,
)
Bases: OrderProperties
Contains additional properties and settings for an order submitted to EZE brokerage
Initializes a new instance with optional route, account, and notes.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
route
|
str
|
The trading route name (optional). |
...
|
account
|
str
|
The trading account with specific permissions (optional). |
...
|
notes
|
str
|
Optional notes about the order. |
...
|
account_type
|
str
|
The account type for the order (e.g., "119" for margin orders) (optional). |
...
|
route
route: str
Gets or sets the route name as shown in Eze EMS.
account
account: str
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".
notes
notes: str
Gets or sets the user message or notes.
account_type
account_type: str
Gets or sets the account type for the order.
time_in_force
time_in_force: TimeInForce
Defines the length of time over which an order will continue working before it is cancelled