8000 Update derivatives-trading-usds-futures JSDocs by dimitrisn442 · Pull Request #312 · binance/binance-connector-js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update derivatives-trading-usds-futures JSDocs #312

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
10000
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ const TradeApiAxiosParamCreator = function (configuration: ConfigurationRestAPI)
* @param {number} [stopPrice] Used with `STOP/STOP_MARKET` or `TAKE_PROFIT/TAKE_PROFIT_MARKET` orders.
* @param {string} [closePosition] `true`, `false`;Close-All,used with `STOP_MARKET` or `TAKE_PROFIT_MARKET`.
* @param {number} [activationPrice] Used with `TRAILING_STOP_MARKET` orders, default as the latest price(supporting different `workingType`)
* @param {number} [callbackRate] Used with `TRAILING_STOP_MARKET` orders, min 0.1, max 5 where 1 for 1%
* @param {number} [callbackRate] Used with `TRAILING_STOP_MARKET` orders, min 0.1, max 10 where 1 for 1%
* @param {NewOrderWorkingTypeEnum} [workingType] stopPrice triggered by: "MARK_PRICE", "CONTRACT_PRICE". Default "CONTRACT_PRICE"
* @param {string} [priceProtect] "TRUE" or "FALSE", default "FALSE". Used with `STOP/STOP_MARKET` or `TAKE_PROFIT/TAKE_PROFIT_MARKET` orders.
* @param {NewOrderNewOrderRespTypeEnum} [newOrderRespType] "ACK", "RESULT", default "ACK"
Expand Down Expand Up @@ -1445,7 +1445,7 @@ const TradeApiAxiosParamCreator = function (configuration: ConfigurationRestAPI)
* @param {number} [stopPrice] Used with `STOP/STOP_MARKET` or `TAKE_PROFIT/TAKE_PROFIT_MARKET` orders.
* @param {string} [closePosition] `true`, `false`;Close-All,used with `STOP_MARKET` or `TAKE_PROFIT_MARKET`.
* @param {number} [activationPrice] Used with `TRAILING_STOP_MARKET` orders, default as the latest price(supporting different `workingType`)
* @param {number} [callbackRate] Used with `TRAILING_STOP_MARKET` orders, min 0.1, max 5 where 1 for 1%
* @param {number} [callbackRate] Used with `TRAILING_STOP_MARKET` orders, min 0.1, max 10 where 1 for 1%
* @param {TestOrderWorkingTypeEnum} [workingType] stopPrice triggered by: "MARK_PRICE", "CONTRACT_PRICE". Default "CONTRACT_PRICE"
* @param {string} [priceProtect] "TRUE" or "FALSE", default "FALSE". Used with `STOP/STOP_MARKET` or `TAKE_PROFIT/TAKE_PROFIT_MARKET` orders.
* @param {TestOrderNewOrderRespTypeEnum} [newOrderRespType] "ACK", "RESULT", default "ACK"
Expand Down Expand Up @@ -2801,7 +2801,7 @@ export interface NewOrderRequest {
readonly activationPrice?: number;

/**
* Used with `TRAILING_STOP_MARKET` orders, min 0.1, max 5 where 1 for 1%
* Used with `TRAILING_STOP_MARKET` orders, min 0.1, max 10 where 1 for 1%
* @type {number}
* @memberof TradeApiNewOrder
*/
Expand Down Expand Up @@ -3095,7 +3095,7 @@ export interface TestOrderRequest {
readonly activationPrice?: number;

/**
* Used with `TRAILING_STOP_MARKET` orders, min 0.1, max 5 where 1 for 1%
* Used with `TRAILING_STOP_MARKET` orders, min 0.1, max 10 where 1 for 1%
* @type {number}
* @memberof TradeApiTestOrder
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ export interface NewOrderRequest {
readonly activationPrice?: number;

/**
* Used with `TRAILING_STOP_MARKET` orders, min 0.1, max 5 where 1 for 1%
* Used with `TRAILING_STOP_MARKET` orders, min 0.1, max 10 where 1 for 1%
* @type {number}
* @memberof TradeApiNewOrder
*/
Expand Down
Loading
0