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
price: String
fill_fees: String
filled_amount: String
side: Option<String>
instruction: String
created_at: u64
Trait Implementations
impl Debug for MatchResult[src]
impl Debug for MatchResultfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for MatchResult[src]
impl Eq for MatchResultimpl PartialEq for MatchResult[src]
impl PartialEq for MatchResultfn eq(&self, other: &MatchResult) -> bool[src]
fn eq(&self, other: &MatchResult) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &MatchResult) -> bool[src]
fn ne(&self, other: &MatchResult) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for MatchResult
impl Send for MatchResultimpl Sync for MatchResult
impl Sync for MatchResult