Skip to content

WolverineOrderProperties

QuantConnect.Orders.WolverineOrderProperties

WolverineOrderProperties()
WolverineOrderProperties(exchange: Exchange)

Bases: OrderProperties

Wolverine 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

exchange_post_fix

exchange_post_fix: str

The exchange post fix to apply if any

locate_broker

locate_broker: str

Identifies the broker source for borrowed stock

position_side

position_side: Optional[OrderPosition]

Can optionally specify the position side in the order direction (buy-to-open, sell-to-close, etc.) instead of the default handling

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