Struct nash_protocol::graphql::get_ticker::GetTickerGetTicker [−][src]
pub struct GetTickerGetTicker {Show 13 fields
pub id: String,
pub a_volume24h: GetTickerGetTickerAVolume24h,
pub b_volume24h: GetTickerGetTickerBVolume24h,
pub best_ask_price: Option<GetTickerGetTickerBestAskPrice>,
pub best_ask_size: Option<GetTickerGetTickerBestAskSize>,
pub best_bid_price: Option<GetTickerGetTickerBestBidPrice>,
pub best_bid_size: Option<GetTickerGetTickerBestBidSize>,
pub high_price24h: Option<GetTickerGetTickerHighPrice24h>,
pub last_price: Option<GetTickerGetTickerLastPrice>,
pub low_price24h: Option<GetTickerGetTickerLowPrice24h>,
pub price_change24h: Option<GetTickerGetTickerPriceChange24h>,
pub volume24h: GetTickerGetTickerVolume24h,
pub market_name: String,
}Fields
id: Stringa_volume24h: GetTickerGetTickerAVolume24hb_volume24h: GetTickerGetTickerBVolume24hbest_ask_price: Option<GetTickerGetTickerBestAskPrice>best_ask_size: Option<GetTickerGetTickerBestAskSize>best_bid_price: Option<GetTickerGetTickerBestBidPrice>best_bid_size: Option<GetTickerGetTickerBestBidSize>high_price24h: Option<GetTickerGetTickerHighPrice24h>last_price: Option<GetTickerGetTickerLastPrice>low_price24h: Option<GetTickerGetTickerLowPrice24h>price_change24h: Option<GetTickerGetTickerPriceChange24h>volume24h: GetTickerGetTickerVolume24hmarket_name: StringTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetTickerGetTicker
impl Send for GetTickerGetTicker
impl Sync for GetTickerGetTicker
impl Unpin for GetTickerGetTicker
impl UnwindSafe for GetTickerGetTicker
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more