Struct fcoin::order::MatchResult[][src]

pub struct MatchResult {
    pub price: String,
    pub fill_fees: String,
    pub filled_amount: String,
    pub side: Option<String>,
    pub instruction: String,
    pub created_at: u64,
}

Fields

Trait Implementations

impl Debug for MatchResult
[src]

Formats the value using the given formatter. Read more

impl Eq for MatchResult
[src]

impl PartialEq for MatchResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for MatchResult

impl Sync for MatchResult