Skip to content

Commit e136d6c

Browse files
committed
Add fee_token to TradeInfo
1 parent 863efd6 commit e136d6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ws/sub_structs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ pub struct TradeInfo {
4848
pub cloid: Option<String>,
4949
pub crossed: bool,
5050
pub fee: String,
51+
pub fee_token: String,
5152
pub tid: u64,
5253
}
5354

0 commit comments

Comments
 (0)