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

Interface: OrderFULLResponse

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

types/responses.OrderFULLResponse

Table of contents

Properties

Properties

clientOderId

clientOderId: string

Defined in: types/responses.ts:119


cummulativeQuoteQty

cummulativeQuoteQty: string

Defined in: types/responses.ts:124


executedQty

executedQty: string

Defined in: types/responses.ts:123


fills

fills: { commission: string ; commissionAsset: string ; price: string ; qty: string }[]

Defined in: types/responses.ts:129


orderId

orderId: number

Defined in: types/responses.ts:117


orderListId

orderListId: number

Defined in: types/responses.ts:118


origQty

origQty: string

Defined in: types/responses.ts:122


price

price: string

Defined in: types/responses.ts:121


side

side: OrderSide

Defined in: types/responses.ts:128


status

status: OrderStatus

Defined in: types/responses.ts:125


symbol

symbol: string

Defined in: types/responses.ts:116


timeInForce

timeInForce: TimeInForce

Defined in: types/responses.ts:126


transactTime

transactTime: number

Defined in: types/responses.ts:120


type

type: OrderType

Defined in: types/responses.ts:127

Clone this wiki locally