Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendOrderResult

Hierarchy

  • SendOrderResult

Index

Properties

Properties

OrderId

OrderId: number

The ID assigned to the order by the server. This allows you to track the order.

type

{number}

memberof

SendOrderResult

errormsg

errormsg: string

Any error message the server returns

type

{string}

memberof

SendOrderResult

status

If the order is accepted by the system, it returns 0.

  • 0 Accepted
  • 1 Rejected
type

{SendOrderStatusResponse}

memberof

SendOrderResult

Generated using TypeDoc