Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPreviewOrderResponse

Hierarchy

Index

Properties

accountId: string

The numeric account ID.

Cash Buying Power Details for the user.

clientOrderId: string

A reference ID generated by the developer that is used to ensure that a duplicate order is not being submitted. This reference ID may be any value of 20 or less alphanumeric characters but must be unique within the account. This field does not appear in any API responses.

commissionMessage: string

The commission message.

disclosure: IDisclosure

The disclosure designation.

dstFlag: boolean

Indicator flag identifying whether daylight savings time is applicable or not.

Day Trading Buying Power Details for the user.

isEmployee: boolean

Indicator flag identifying whether user is an E*TRADE employee.

marginBpDetails: IMarginBuyingPowerDetails

Margin Buying Power Details for the user.

marginLevelCd: MarginLevel

The code that designates the applicable margin level.

message?: string
messageList: IMessages

The object for the message list.

optionLevelCd: number

The code that designates the applicable options level.

order: IOrderDetail[]

The details of the order.

orderType: OrderType

The type of order being placed.

portfolioMargin: IPortfolioMargin

The portfolio margin details for the user.

previewIds: IPreviewId[]

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 preview time.

totalCommission: number

The total commission.

totalOrderValue: number

The total order value.

Generated using TypeDoc