1 /**
2 *  Copyright Mikael H�gdahl - triyana@users.sourceforge.net
3 *
4 *  This source is distributed under the terms of the Q Public License version 1.0,
5 *  created by Trolltech (www.trolltech.com).
6 */
7 
8 #ifndef Download_h
9 #define Download_h
10 
11 
12 
13 const char* aaDownload = "\n\
14 ----- LATEST PRICES -----\n\
15 1 - Enter name of destination file or press 'Browse' to use filemanager.\n\
16 2 - Select when to import file (automatically or manual).\n\
17 3 - Select download source (Yahoo).\n\
18 4 - Select one or several set's or securities that will be used for downloading prices.\n\
19     The codes for those objects must be valid codes at the source.\n\
20 5 - To download latest prices press 'Latest'.\n\
21 \n\
22 ----- HISTORY PRICES -----\n\
23 1 - Enter name of destination file or press 'Browse' to use filemanager.\n\
24 2 - Select when to import file (automatically or manual).\n\
25 3 - Enter start date.\n\
26 4 - Enter stop date.\n\
27 5 - Select download source (Yahoo).\n\
28 6 - Select one or several set's or securities that will be used for downloading prices.\n\
29     The codes for those objects must be valid codes at the source.\n\
30 7 - To download latest prices press 'History'.\n\
31 \n\
32 ----- GENERATE CLOSED TRADING DAY -----\n\
33 Closed days are not downloaded but generated!\n\
34 1 - Follow instructions above.\n\
35 2 - Select 'Generate Closed Trading Day' as source.\n\
36 \n\
37 ";
38 
39 #endif
40