Enum coinnect::types::Currency [] [src]

pub enum Currency {
    AMP,
    ARDR,
    BCH,
    BCN,
    BCY,
    BELA,
    BLK,
    BTC,
    BTCD,
    BTM,
    BTS,
    BURST,
    CAD,
    CLAM,
    DASH,
    DCR,
    DGB,
    DOGE,
    EOS,
    EMC2,
    ETC,
    ETH,
    EUR,
    EXP,
    FCT,
    FLDC,
    FLO,
    GAME,
    GBP,
    GNO,
    GNT,
    GRC,
    HUC,
    ICN,
    JPY,
    LBC,
    LSK,
    LTC,
    MAID,
    MLN,
    NAUT,
    NAV,
    NEOS,
    NMC,
    NOTE,
    NXC,
    NXT,
    OMNI,
    PASC,
    PINK,
    POT,
    PPC,
    RADS,
    REP,
    RIC,
    SBD,
    SC,
    SJCX,
    STEEM,
    STR,
    STRAT,
    SYS,
    USD,
    USDT,
    VIA,
    VRC,
    VTC,
    XBC,
    XCP,
    XDG,
    XEM,
    XLM,
    XMR,
    XPM,
    XRP,
    XVC,
    ZEC,
}

Currency lists all currencies that can be traded on supported exchanges. Update date : 26/05/2017.

Variants

Trait Implementations

impl Debug for Currency
[src]

Formats the value using the given formatter.

impl Copy for Currency
[src]

impl Clone for Currency
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for Currency
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for Currency
[src]

impl PartialEq for Currency
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.