Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.

Interface: QueryOrderResponse

Daniel Brenot edited this page Apr 22, 2021 · 1 revision

types/responses.QueryOrderResponse

Table of contents

Properties

Properties

clientOrderId

clientOrderId: string

Defined in: types/responses.ts:143


cummulativeQty

cummulativeQty: string

Defined in: types/responses.ts:147


executedQty

executedQty: string

Defined in: types/responses.ts:146


icebergQty

icebergQty: string

Defined in: types/responses.ts:153


isWorking

isWorking: boolean

Defined in: types/responses.ts:156


orderId

orderId: number

Defined in: types/responses.ts:141


orderListId

orderListId: number

Defined in: types/responses.ts:142


origQty

origQty: string

Defined in: types/responses.ts:145


origQuoteOrderQty

origQuoteOrderQty: string

Defined in: types/responses.ts:157


price

price: string

Defined in: types/responses.ts:144


side

side: OrderSide

Defined in: types/responses.ts:151


status

status: OrderStatus

Defined in: types/responses.ts:148


stopPrice

stopPrice: string

Defined in: types/responses.ts:152


symbol

symbol: string

Defined in: types/responses.ts:140


time

time: number

Defined in: types/responses.ts:154


timeInForce

timeInForce: TimeInForce

Defined in: types/responses.ts:149


type

type: OrderType

Defined in: types/responses.ts:150


updateTime

updateTime: string

Defined in: types/responses.ts:155

Clone this wiki locally