Skip to content

Commit

Permalink
cancelPositionsMulti bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rylorin committed Jul 21, 2024
1 parent 68e81d7 commit 24e36ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/io/encoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2735,7 +2735,7 @@ function tagValuesToTokens(tagValues: TagValue[]): unknown[] {

const version = 1;

this.sendMsg(OUT_MSG_ID.REQ_POSITIONS_MULTI, version, reqId);
this.sendMsg(OUT_MSG_ID.CANCEL_POSITIONS_MULTI, version, reqId);
}

/**
Expand Down

0 comments on commit 24e36ea

Please sign in to comment.