API update record
Release Date:2023-09-23
Changes:
The data structure for the quote has been updated to include an additional field called "close_reason," and the "status" field has been expanded to include a new option: "closed." The "close_reason" field will only be valid when the "status" is set to "closed", and it can have the following possible values:
ref_inquiry_canceled
ref_inquiry_trade_away
ref_inquiry_timeout
close_by_admin
Release Date:2023-09-03
Changes:
The partial quoting feature is supported, allowing the quoted quantity to be less than the inquiry quantity.
In the inquiry data structure, a "filled_quantity" field has been added to indicate the quantity that has been filled. (When the "filled_quantity" of the inquiry is not 0, the maximum quantity allowed for quoting is "quantity - filled_quantity").
Last updated