FixOrderProperites
QuantConnect.Orders.FixOrderProperites
FixOrderProperites()
FixOrderProperites(exchange: Exchange)
Bases: FixOrderProperties
FIX (Financial Information Exchange) order properties
FixOrderProperites is deprecated. Use FixOrderProperties instead.
Signature descriptions:
-
Initializes a new instance of the OrderProperties class
-
Initializes a new instance of the OrderProperties class, with exchange param Exchange name for market
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
exchange
|
Optional[Exchange]
|
Exchange name for market |
None
|
time_in_force
time_in_force: TimeInForce
Defines the length of time over which an order will continue working before it is cancelled
additional_properties
additional_properties: Dictionary[str, str]
Custom FIX tags to send with the order. The key is the FIX tag number and the value is the tag value, e.g. AdditionalProperties<"9301"> = "1"
handle_instruction
handle_instruction: Optional[str]
Instruction for order handling on Broker floor
notes
notes: str
Free format text string
AUTOMATED_EXECUTION_ORDER_PRIVATE
AUTOMATED_EXECUTION_ORDER_PRIVATE: str = ...
Automated execution order, private, no broker intervention
AUTOMATED_EXECUTION_ORDER_PUBLIC
AUTOMATED_EXECUTION_ORDER_PUBLIC: str = ...
Automated execution order, public, broker, intervention OK
MANUAL_ORDER
MANUAL_ORDER: str = ...
Staged order, broker intervention required