Skip to content

Commit

Permalink
Add missing fee field to UserFillsResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
abrkn committed Sep 13, 2024
1 parent fcd895e commit 3e27c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/info/response_structs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ pub struct UserFillsResponse {
pub start_position: String,
pub sz: String,
pub time: u64,
pub fee: f64,
}

#[derive(serde::Deserialize, Debug)]
Expand Down

0 comments on commit 3e27c2c

Please sign in to comment.