# Functions
DeleteTrades will remove trades from the database using trade.Data.
GetByUUID returns a trade by its unique ID.
GetInRange returns all trades by an exchange in a date range.
Insert saves trade data to the database.
VerifyTradeInIntervals will query for ONE trade within each kline interval and verify if data exists if it does, it will set the range holder property "HasData" to true.