ICEACE Model: Closed Economy
1.0.0
Design Documentation of ICEACE Model
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Macros
Pages
IceaceModel1.0
Market_Housing
centralbank_functions_housing.c
Go to the documentation of this file.
1
#include "../header.h"
2
#include "../centralbank_agent_header.h"
3
4
5
/*
6
* \fn: int centralbank_trace_housing_prices()
7
* \brief:
8
*/
9
int
centralbank_trace_housing_prices
()
10
{
11
START_HOUSING_TRANSACTIONS_SUMMARY_MESSAGE_LOOP
12
HOUSES
.quantity =
housing_transactions_summary_message
->
quantity
;
13
HOUSES
.avg_price =
housing_transactions_summary_message
->
avg_price
;
14
FINISH_HOUSING_TRANSACTIONS_SUMMARY_MESSAGE_LOOP
15
16
return
0;
/* Returning zero means the agent is not removed */
17
}
18
Generated on Tue Apr 8 2014 13:25:19 for ICEACE Model: Closed Economy by
1.8.3.1