Skip to content

FixOrderProperites

QuantConnect.Orders.FixOrderProperites

FixOrderProperites()
FixOrderProperites(exchange: Exchange)

Bases: OrderProperties

FIX (Financial Information Exchange) order properties

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

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

time_in_force

time_in_force: TimeInForce

Defines the length of time over which an order will continue working before it is cancelled

exchange

exchange: Exchange

Defines the exchange name for a particular market

clone

clone() -> IOrderProperties

Returns a new instance clone of this object