﻿
export interface IBacktestAsset {
    symbol: string;
    startTime: Date;
    endTime: Date;
}
