Skip to content

TradingTechnologiesOrderProperties

QuantConnect.Orders.TradingTechnologiesOrderProperties

TradingTechnologiesOrderProperties()
TradingTechnologiesOrderProperties(exchange: Exchange)

Bases: FixOrderProperites

Trading Technologies 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

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

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

clone

clone() -> IOrderProperties

Returns a new instance clone of this object