Skip to content

Commit 3e27c2c

Browse files
committed
Add missing fee field to UserFillsResponse
1 parent fcd895e commit 3e27c2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/info/response_structs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ pub struct UserFillsResponse {
5353
pub start_position: String,
5454
pub sz: String,
5555
pub time: u64,
56+
pub fee: f64,
5657
}
5758

5859
#[derive(serde::Deserialize, Debug)]

0 commit comments

Comments
 (0)