Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPlaceOrderRequest

Hierarchy

  • IPlaceOrderRequest

Index

Properties

accountIdKey: string

The unique account key. Retrievable by calling the List Accounts API.

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.

The details of the order.

orderType: OrderType

The type of order being placed.

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.

Generated using TypeDoc