use crateRestRow;
/// Convert currency row.
pub type ConvertCurrency = RestRow;
/// Convert currency-pair row.
pub type ConvertCurrencyPair = RestRow;
/// Convert quote row.
pub type ConvertQuote = RestRow;
/// Convert trade result row.
pub type ConvertTradeResult = RestRow;
/// Convert history row.
pub type ConvertHistory = RestRow;