Skip to content

Commit a1eea85

Browse files
committed
feat(protocol): add unknown_symbols feed subscription response type
1 parent a8e4004 commit a1eea85

File tree

1 file changed

+1
-0
lines changed
  • lazer/sdk/rust/protocol/src

1 file changed

+1
-0
lines changed

lazer/sdk/rust/protocol/src/api.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ pub struct SubscribedResponse {
467467
#[serde(rename_all = "camelCase")]
468468
pub struct InvalidFeedSubscriptionDetails {
469469
pub unknown_ids: Vec<PriceFeedId>,
470+
pub unknown_symbols: Vec<String>,
470471
pub unsupported_channels: Vec<PriceFeedId>,
471472
pub unstable: Vec<PriceFeedId>,
472473
}

0 commit comments

Comments
 (0)