Skip to content

Commit

Permalink
sdk new for spot and future
Browse files Browse the repository at this point in the history
  • Loading branch information
jackie007009 committed Oct 23, 2024
1 parent 1b0467a commit 56a7958
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
//@JsonInclude(JsonInclude.Include.NON_EMPTY)
@JsonIgnoreProperties(ignoreUnknown = true)
public class MarkPriceEvent {
private String s; // 操作类型:subscribe(订阅)或 unsubscribe(取消订阅)
private String s; // symbol

private String mPx; // 错误代码
private Long ts; // 错误消息
private String mPx; // Mark price

private Long ts; // Push time (millisecond)

}

0 comments on commit 56a7958

Please sign in to comment.