Mayson Monorepo Documentation
Preparing search index...
packages/types/src
ExchangeOrder
Interface ExchangeOrder
Exchange order
interface
ExchangeOrder
{
orderId
:
string
;
clientOrderId
?:
string
;
symbol
:
string
;
side
:
OrderSide
;
type
:
OrderType
;
status
:
OrderStatus
;
price
?:
string
;
stopPrice
?:
string
;
quantity
:
string
;
executedQty
?:
string
;
quoteQty
?:
string
;
timestamp
:
number
;
}
Index
Properties
order
Id
client
Order
Id?
symbol
side
type
status
price?
stop
Price?
quantity
executed
Qty?
quote
Qty?
timestamp
Properties
order
Id
orderId
:
string
Optional
client
Order
Id
clientOrderId
?:
string
symbol
symbol
:
string
side
side
:
OrderSide
type
type
:
OrderType
status
status
:
OrderStatus
Optional
price
price
?:
string
Optional
stop
Price
stopPrice
?:
string
quantity
quantity
:
string
Optional
executed
Qty
executedQty
?:
string
Optional
quote
Qty
quoteQty
?:
string
timestamp
timestamp
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
order
Id
client
Order
Id
symbol
side
type
status
price
stop
Price
quantity
executed
Qty
quote
Qty
timestamp
Mayson Monorepo Documentation
Loading...
Exchange order