Skip to content

Commit

Permalink
Remove buyer_order_id & seller_order_id from TradeEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
Tumas committed Jul 13, 2024
1 parent fe58a92 commit fd1fc29
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -644,12 +644,6 @@ pub struct TradeEvent {
#[serde(rename = "q")]
pub qty: String,

#[serde(rename = "b")]
pub buyer_order_id: u64,

#[serde(rename = "a")]
pub seller_order_id: u64,

#[serde(rename = "T")]
pub trade_order_time: u64,

Expand Down

0 comments on commit fd1fc29

Please sign in to comment.