Skip to content

Commit

Permalink
Merge pull request #4933 from bigscoop/okx-fix
Browse files Browse the repository at this point in the history
[okx] Fix wrong field name
  • Loading branch information
timmolter authored Aug 16, 2024
2 parents 341810d + dc50a5f commit b86f9d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public class OkexCancelOrderRequest {
@JsonProperty("ordId")
private String orderId;

@JsonProperty("clOrderId")
@JsonProperty("clOrdId")
private String clientOrderId;
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class OkexOrderRequest {
@JsonProperty("ccy")
private String marginCurrency;

@JsonProperty("clOrderId")
@JsonProperty("clOrdId")
private String clientOrderId;

@JsonProperty("tag")
Expand Down

0 comments on commit b86f9d0

Please sign in to comment.