Enum wex::TradeHistorySorting[][src]

pub enum TradeHistorySorting {
    Asc,
    Desc,
}

Variants

Auto Trait Implementations