Skip to content

Files

Latest commit

author
gateio
Dec 24, 2024
46c11a7 · Dec 24, 2024

History

History
14 lines (10 loc) · 1.07 KB

FuturesOrderAmendment.md

File metadata and controls

14 lines (10 loc) · 1.07 KB

FuturesOrderAmendment

Properties

Name Type Description Notes
size int New order size, including filled part. - If new size is less than or equal to filled size, the order will be cancelled. - Order side must be identical to the original one. - Close order size cannot be changed. - For reduce only orders, increasing size may leads to other reduce only orders being cancelled. - If price is not changed, decreasing size will not change its precedence in order book, while increasing will move it to the last at current price. [optional]
price str New order price. [optional]
amend_text str Custom info during amending order [optional]
biz_info str Users can annotate this modification with information. [optional]
bbo str Users are able to modify the offer price manually. [optional]

[Back to Model list] [Back to API list] [Back to README]