Struct wex::FundInfo[][src]

pub struct FundInfo {
    pub funds: HashMap<String, f64>,
    pub rights: FundRights,
    pub transaction_count: u32,
    pub open_orders: u32,
    pub server_time: i64,
}

Fields

Your account balance available for trading. Doesn’t include funds on your open orders.

The privileges of the current API key. At this time the privilege to withdraw is not used anywhere.

Deprecated, is equal to 0.

The number of your open orders.

Server time (MSK).

Trait Implementations

impl Clone for FundInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FundInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FundInfo

impl Sync for FundInfo