export interface IHistoricalTradeDto {
    time: string;
    price: string;
    size: string;
    takerSide: string;
}