Skip to content

Commit

Permalink
fix(): update JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ-Cro committed Nov 5, 2024
1 parent 537cede commit 8a1a3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RestClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2358,7 +2358,7 @@ export class RestClient extends BaseRestClient {
* Set stp_act to decide the strategy of self-trade prevention. For detailed usage, refer to the stp_act parameter in the request body.
*
* @param params Parameters for creating a futures order
* @returns Promise<SubmitFuturesOrderReq>
* @returns Promise<FuturesOrder>
*/
submitFuturesOrder(params: SubmitFuturesOrderReq): Promise<FuturesOrder> {
const { settle, ...body } = params;
Expand Down

0 comments on commit 8a1a3ef

Please sign in to comment.