Struct fcoin::order::OrderInfo[][src]

pub struct OrderInfo {
    pub id: String,
    pub symbol: String,
    pub instruction: String,
    pub side: String,
    pub price: String,
    pub amount: String,
    pub state: String,
    pub executed_value: String,
    pub fill_fees: String,
    pub filled_amount: String,
    pub created_at: u64,
    pub source: String,
}

Fields

Trait Implementations

impl Debug for OrderInfo
[src]

Formats the value using the given formatter. Read more

impl Eq for OrderInfo
[src]

impl PartialEq for OrderInfo
[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 OrderInfo

impl Sync for OrderInfo