Skip to content

Commit

Permalink
add param
Browse files Browse the repository at this point in the history
  • Loading branch information
“VincentCai” committed Jul 15, 2024
1 parent 19d675c commit daabfac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/com/huobi/model/trade/Order.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ public class Order {

private String source;

@JSONField(name = "canceled-source")
private String canceledSource;

private String state;

private Long createdAt;
Expand Down

0 comments on commit daabfac

Please sign in to comment.