Skip to content

IndiaOrderProperties

QuantConnect.Orders.IndiaOrderProperties

IndiaOrderProperties(exchange: Exchange)
IndiaOrderProperties(
    exchange: Exchange, product_type: IndiaProductType
)

Bases: OrderProperties

Contains additional properties and settings for an order submitted to Indian Brokerages

Initialize a new OrderProperties for IndiaOrderProperties

Parameters:

Name Type Description Default
exchange Exchange

Exchange value, nse/bse etc

required
product_type Optional[IndiaProductType]

ProductType value, MIS/CNC/NRML etc

None

product_type

product_type: str

India product type

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

IndiaProductType

Bases: IntEnum

Define the India Order type that we are targeting (MIS/CNC/NRML).

MIS

MIS = 0

Margin Intraday Square Off (0)

CNC

CNC = 1

Cash and Carry (1)

NRML

NRML = 2

Normal (2)

clone

clone() -> IOrderProperties

Returns a new instance clone of this object