Skip to content

Commit fcd895e

Browse files
committed
fixup! fixup! Add ws/robust, an alternative to ws_manager
add userFills support
1 parent 464e533 commit fcd895e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ws/robust/subs.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ fn get_topic_key_for_subscription(topic: &Topic) -> String {
4848
match topic {
4949
Subscription::UserEvents { user: _ } => "userEvents".to_string(),
5050
Subscription::OrderUpdates { user: _ } => "orderUpdates".to_string(),
51+
Subscription::UserFills { user: _ } => "userFills".to_string(),
5152
_ => serde_json::to_string(topic).expect("Failed to convert subscription to string"),
5253
}
5354
}

0 commit comments

Comments
 (0)