Struct binance::model::Transaction [] [src]

pub struct Transaction {
    pub symbol: String,
    pub order_id: u32,
    pub client_order_id: String,
    pub transact_time: u32,
}

Fields

Trait Implementations

impl Debug for Transaction
[src]

[src]

Formats the value using the given formatter.