Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPlaceOrderResponse

Hierarchy

Index

Properties

accountId: string

The numeric account ID.

clientOrderId: string

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

commissionMsg: string

The commission message.

disclosure: IDisclosure

The disclosure designation.

dstFlag: boolean

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

isEmployee: boolean

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

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 for the order.

orderId: number

ID number assigned to this order.

orderIds: IOrderId[]

The confirmation number of the particular order placed.

orderType: OrderType

The type of order being placed.

placedTime: number

The time the order was previewed.

portfolioMargin: IPortfolioMargin

The portfolio margin details for the user.

totalCommission: number

The total commission.

totalOrderValue: number

The total order value.

Generated using TypeDoc