source: observatorio/simulacion/ModuloDinamico/compute_exchange.H

simulacion
Last change on this file was 4b459a7, checked in by Alejandro <amujica@…>, 9 years ago

Modulo de calculo de divisas por producto y envoltorio python

  • Property mode set to 100644
File size: 625 bytes
Line 
1# ifndef COMPUTE_EXCHANGE_H
2# define COMPUTE_EXCHANGE_H
3
4# include <io_manager.H>
5
6double compute_exchange_by_product(const unsigned long long & product_id,
7                                   const char * const year,
8                                   const double & exchange_type,
9                                   const char * const host,
10                                   const char * const port,
11                                   const char * const dbname,
12                                   const char * const username,
13                                   const char * const password);
14
15# endif // COMPUTE_EXCHANGE_H
16
Note: See TracBrowser for help on using the repository browser.