﻿
export interface IBacktestAssetDto {
    symbol: string;
    startTime: string;
    endTime: string;
}
