Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOrderDetail

Hierarchy

  • IOrderDetail

Index

Properties

accountId?: string

The numeric account ID.

aipFlag?: boolean

Indicator to identify if automated investment planning is turned on or off.

allOrNone?: boolean

If TRUE, the transactions specified in the order must be executed all at once or not at all; default is FALSE.

bracketedLimitPrice?: number

The bracketed limit price (bracketed orders are not supported in API currently).

conditionFollowPrice?: ConditionFollowPrice

In a conditional order, the type of price being followed.

conditionPrice?: number

For a conditional order, the price the condition is being compared against.

conditionSecurityType?: SecurityType

The condition security type.

conditionSymbol?: string

For a conditional order, the symbol that the condition is being compared against.

conditionType?: ConditionType

The type of comparison to be used in a conditional order (contingent orders are not supported in API currently).

egQual?: EgQual

Indicator of the execution guarantee of the order.

estimatedCommission?: number

The cost billed to the user to perform the requested action.

estimatedFees?: number

The estimated fees.

estimatedTotalAmount?: number

The cost or proceeds, including broker commission, resulting from the requested action.

executedTime?: number

The time the order was executed (UTC).

gcd?: number

The GCD.

initialStopPrice?: number

The initial stop price.

instrument?: IInstrument[]

The object for the instrument.

investmentAmount?: number

The amount of the investment.

limitPrice?: number

The highest price at which to buy or the lowest price at which to sell if specified in a limit order.

marketSession?: MarketSession

The session in which the order will be placed.

messages?: IMessages

The object for the messages.

mfpriceType?: string

The mutual fund price type.

netAsk?: number

The net ask.

netBid?: number

The net bid.

netPrice?: number

The net price.

offsetType?: OffsetType

Indicator to identify the trailing stop price type.

offsetValue?: number

Total cost or proceeds, including commission.

orderNumber?: number

The numeric ID for this order in the E*TRADE system.

orderTerm?: OrderTerm

The term for which the order is in effect.

orderType?: OrderType

The type of order being placed.

orderValue?: number

The stop value for trailing stop price types.

placedTime?: number

The time the order was placed (UTC).

positionQuantity?: PositionQuantity

The position quantity.

previewId?: number

This parameter is required and must specify the numeric preview ID from the preview and the other parameters of this request must match the parameters of the preview.

previewTime?: number

The time of the order preview.

priceType?: OrderPriceType

The type of pricing.

priceValue?: string

The value of the price.

ratio?: string

The ratio.

reInvestOption?: ReInvestOption

Indicator flag to specify whether to reinvest profit on mutual funds.

replacedByOrderId?: number

In the event of a change order request, the order ID of the order that is replacing a prior order.

replacesOrderId?: number

In the event of a change order request, the order ID of the order that the new order is replacing.

routingDestination?: RoutingDestination

The exchange where the order should be executed. Users may want to specify this if they believe they can get a better order fill at a specific exchange rather than relying on the automatic order routing system.

status?: OrderStatus

The status of the order.

stopLimitPrice?: number

The designated boundary price for a stop-limit order.

stopPrice?: number

The designated boundary price for a stop order.

trailPrice?: number

The current trailing value. For trailing stop dollar orders, this is a fixed dollar amount. For trailing stop percentage orders, this is the price reflected by the percentage selected.

triggerPrice?: number

The price that an advanced order will trigger. For example, if it is a $1 buy trailing stop, then the trigger price will be $1 above the last price.

Generated using TypeDoc