Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IReplaceOrderOptions

Hierarchy

Index

Properties

action

action: "replace"

Order modification action

orderId

orderId: string

The order identifier

parameters

parameters: { limitPrice?: string; priceDistance?: string; quantity: string; stopPrice?: string }

Order modification parameters

Type declaration

  • Optional limitPrice?: string

    New order limit price

  • Optional priceDistance?: string

    New order price distance

  • quantity: string

    New order quantity to replace

  • Optional stopPrice?: string

    New order stop price

Optional version

version?: "2.0" | "3.0"

API version