Skip to content

Commit

Permalink
Add pu field to DepthOrderBookEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
KalitaAlexey committed May 13, 2021
1 parent 39635e5 commit 106d53f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,9 @@ pub struct DepthOrderBookEvent {
#[serde(rename = "u")]
pub final_update_id: u64,

#[serde(rename = "pu")]
pub previous_final_update_id: u64,

#[serde(rename = "b")]
pub bids: Vec<Bids>,

Expand Down

0 comments on commit 106d53f

Please sign in to comment.