exportinterfaceGetTickerHistoryRequest {
InstrumentId: number; // ID del InstrumentoInterval: number; // Intervalos entre ticks (en segundos)FromDate: string; // Fecha/hora inicial en formato DateTimeToDate: string; // Fecha/hora final en formato DateTime
}