查询订单返回的JSON数据中一些字段的意义是?

获取全部订单信息返回的数据中,以下字段是什么意思,可否说明,谢谢

**origQuoteOrderQty **
executedQty
isWorking
cummulativeQuoteQty
price
stopPrice
origQty
orderListId
icebergQty

比如交易对是 BTCUSDT

origQuoteOrderQty // 客户填写的USDT数量
executedQty // 被交易的数量
isWorking
cummulativeQuoteQty // 累计交易的USDT数量
price // 价格
stopPrice // 如果是限价单,触发价
origQty // 用户填写的数量
orderListId // OCO订单用的 id
icebergQty // 冰川订单的数量

谢谢:)