Struct coinnect::types::OrderInfo [] [src]

pub struct OrderInfo {
    pub timestamp: i64,
    pub identifier: Vec<String>,
}

Fields

UNIX timestamp in ms (when the response was received)

This identifiers list is specific to the platform you use. You must store it somewhere if you want to modify/cancel the order later

Trait Implementations

impl Debug for OrderInfo
[src]

Formats the value using the given formatter.