[][src]Struct walutomat::v2::OrderResponse

pub struct OrderResponse {
    pub order_id: String,
    pub submit_id: String,
    pub submit_ts: String,
    pub update_ts: String,
    pub status: String,
    pub market: String,
    pub buy_sell: String,
    pub volume: String,
    pub volume_currency: String,
    pub other_currency: String,
    pub price: String,
    pub completion: String,
    pub sold_amount: String,
    pub bought_amount: String,
    pub fee_rate: String,
    pub fee_amount_max: String,
}

Fields

order_id: Stringsubmit_id: Stringsubmit_ts: Stringupdate_ts: Stringstatus: Stringmarket: Stringbuy_sell: Stringvolume: Stringvolume_currency: Stringother_currency: Stringprice: Stringcompletion: Stringsold_amount: Stringbought_amount: Stringfee_rate: Stringfee_amount_max: String

Trait Implementations

impl PartialEq<OrderResponse> for OrderResponse[src]

impl Clone for OrderResponse[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for OrderResponse[src]

impl Debug for OrderResponse[src]

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

Auto Trait Implementations

Blanket Implementations

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From for T[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

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

The type returned in the event of a conversion error.

impl<T> Same for T

type Output = T

Should always be Self

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

impl<T> Erased for T

impl<T, U> TryInto for T where
    U: TryFrom<T>, 

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