Price.usdt constructor

Price.usdt(
  1. double amount
)

Constructs a Price with USDT currency of the provided amount.

Implementation

Price.usdt(double amount) : sum = Sum(amount), currency = Currency('USDT');