Struct bitfinex::api::Bitfinex[][src]

pub struct Bitfinex {
    pub book: Book,
    pub ticker: Ticker,
    pub trades: Trades,
    pub candles: Candles,
    pub orders: Orders,
    pub account: Account,
}

Fields

Methods

impl Bitfinex
[src]

Trait Implementations

impl Clone for Bitfinex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Bitfinex

impl Sync for Bitfinex