Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInstrumentReq

This is the same as Instrument with Product title cased since E*Trade only accepts this format.

see

Instrument Docs

Hierarchy

Index

Properties

Product?: IProduct

The product details for the security.

ask?: number

The ask price.

averageExecutionPrice?: number

The average execution price.

bid?: number

The bid price.

cancelQuantity?: number

The number of shares to cancel ordering.

currency?: Currency

The currency used for the order request.

estimatedCommission?: number

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

estimatedFees?: number

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

filledQuantity?: number

The number of shares filled.

lastprice?: number

The last price.

lots?: ILots

The object for the position lot.

mfQuantity?: IMFQuantity

The object for the mutual fund quantity.

mfTransaction?: MFTransaction

The transaction for the mutual fund order.

orderAction?: OrderAction

The action that the broker is requested to perform.

orderedQuantity?: number

The number of shares ordered.

osiKey?: string

The Options Symbology Initiative (OSI) key containing the option root symbol, expiration date, call/put indicator, and strike price.

quantity?: number

The number of shares to buy or sell.

quantityType?: QuantityType

The type of the quantity.

reserveOrder?: boolean

If TRUE, this is a reserve order meaning that only a limited number of shares will be publicly displayed instead of the entire order; this is done to avoid influencing other traders.

reserveQuantity?: number

The number of shares to be publicly displayed if this is a reserve order.

symbolDescription?: string

The text description of the security being bought or sold.

Generated using TypeDoc