@@ -69,10 +69,10 @@ pub struct FeedResponseV3 {
69
69
/// Example: `"USD"`
70
70
pub quote_asset_id : String ,
71
71
/// The pricing context.
72
- /// Example: `InstrumentType::Spot `
72
+ /// Example: `"spot" `
73
73
pub instrument_type : InstrumentType ,
74
74
/// Aggregator or producer of the prices.
75
- /// Examples: `"pyth"` for our aggregations , `"binance"` for their funding rates
75
+ /// Examples: `"pyth"`, `"binance"`
76
76
pub source : String ,
77
77
/// The trading schedule of the feed's market, in Pythnet format.
78
78
/// Example: `"America/New_York;O,O,O,O,O,O,O;"`
@@ -87,10 +87,10 @@ pub struct FeedResponseV3 {
87
87
/// Example: `3`
88
88
pub min_publishers : i32 ,
89
89
/// Status of the feed.
90
- /// Example: `SymbolState::Active `
90
+ /// Example: `"active" `
91
91
pub state : SymbolState ,
92
92
/// High-level asset class. One of crypto, fx, equity, metal, rates, nav, commodity, funding-rate.
93
- /// Example: `AssetClass::Crypto `
93
+ /// Example: `"crypto" `
94
94
pub asset_type : AssetClass ,
95
95
/// CoinMarketCap asset identifier.
96
96
/// Example: `"123"`
@@ -125,7 +125,7 @@ pub struct AssetResponseV3 {
125
125
/// Example: `"Bitcoin"`
126
126
pub full_name : String ,
127
127
/// High-level asset class.
128
- /// Example: `AssetClass::Crypto `
128
+ /// Example: `"crypto" `
129
129
pub class : AssetClass ,
130
130
/// More granular categorization within class.
131
131
/// Example: `"stablecoin"`
0 commit comments