[][src]Struct nash_protocol::graphql::get_ticker::GetTickerGetTicker

pub struct GetTickerGetTicker {
    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: String

Trait Implementations

impl Debug for GetTickerGetTicker[src]

impl<'de> Deserialize<'de> for GetTickerGetTicker[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.