We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464e533 commit fcd895eCopy full SHA for fcd895e
src/ws/robust/subs.rs
@@ -48,6 +48,7 @@ fn get_topic_key_for_subscription(topic: &Topic) -> String {
48
match topic {
49
Subscription::UserEvents { user: _ } => "userEvents".to_string(),
50
Subscription::OrderUpdates { user: _ } => "orderUpdates".to_string(),
51
+ Subscription::UserFills { user: _ } => "userFills".to_string(),
52
_ => serde_json::to_string(topic).expect("Failed to convert subscription to string"),
53
}
54
0 commit comments