File: functions_vars.html

package info (click to toggle)
libofx 1%3A0.9.10-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 11,128 kB
  • sloc: sh: 11,428; cpp: 6,242; ansic: 2,459; makefile: 170; xml: 61
file content (469 lines) | stat: -rw-r--r-- 19,251 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>LibOFX: Data Fields - Variables</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
  $(window).load(resizeHeight);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">LibOFX
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li class="current"><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
  <div id="navrow3" class="tabs2">
    <ul class="tablist">
      <li><a href="functions.html"><span>All</span></a></li>
      <li><a href="functions_func.html"><span>Functions</span></a></li>
      <li class="current"><a href="functions_vars.html"><span>Variables</span></a></li>
      <li><a href="functions_type.html"><span>Typedefs</span></a></li>
      <li><a href="functions_enum.html"><span>Enumerations</span></a></li>
      <li><a href="functions_eval.html"><span>Enumerator</span></a></li>
    </ul>
  </div>
  <div id="navrow4" class="tabs3">
    <ul class="tablist">
      <li><a href="#index_a"><span>a</span></a></li>
      <li><a href="#index_b"><span>b</span></a></li>
      <li><a href="#index_c"><span>c</span></a></li>
      <li><a href="#index_d"><span>d</span></a></li>
      <li><a href="#index_e"><span>e</span></a></li>
      <li><a href="#index_f"><span>f</span></a></li>
      <li><a href="#index_h"><span>h</span></a></li>
      <li><a href="#index_i"><span>i</span></a></li>
      <li><a href="#index_l"><span>l</span></a></li>
      <li><a href="#index_m"><span>m</span></a></li>
      <li><a href="#index_n"><span>n</span></a></li>
      <li><a href="#index_o"><span>o</span></a></li>
      <li><a href="#index_p"><span>p</span></a></li>
      <li><a href="#index_r"><span>r</span></a></li>
      <li><a href="#index_s"><span>s</span></a></li>
      <li><a href="#index_t"><span>t</span></a></li>
      <li><a href="#index_u"><span>u</span></a></li>
      <li class="current"><a href="#index_v"><span>v</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('functions_vars.html','');});
</script>
<div id="doc-content">
<div class="contents">
&#160;

<h3><a class="anchor" id="index_a"></a>- a -</h3><ul>
<li>account_id
: <a class="el" href="structOfxAccountData.html#af3c443ec23bb7b2414257960a5f79f4c">OfxAccountData</a>
, <a class="el" href="structOfxStatementData.html#acd99765bce8370da01fba9f747605ae4">OfxStatementData</a>
, <a class="el" href="structOfxTransactionData.html#ab26fbaf28333b36c90f6a863dbb74874">OfxTransactionData</a>
</li>
<li>account_name
: <a class="el" href="structOfxAccountData.html#a0f2a85b21b6743e123e7249421410143">OfxAccountData</a>
</li>
<li>account_number
: <a class="el" href="structOfxAccountData.html#ab7a689ab5977bd72653046449534f7f7">OfxAccountData</a>
</li>
<li>account_ptr
: <a class="el" href="structOfxStatementData.html#a576c61c782e32ac848a28284d17ac5b8">OfxStatementData</a>
, <a class="el" href="structOfxTransactionData.html#ab63ab9786888eb0ddc72108901abebca">OfxTransactionData</a>
</li>
<li>accountlist
: <a class="el" href="structOfxFiServiceInfo.html#aaecf3ea65f7ccd118d1264739da3f915">OfxFiServiceInfo</a>
</li>
<li>amount
: <a class="el" href="classOfxBalanceContainer.html#afff1080e7dc3a6f6e09f1c0d9c1dc68f">OfxBalanceContainer</a>
, <a class="el" href="structOfxTransactionData.html#a8d89643cfcc66560d20d6ae857641671">OfxTransactionData</a>
</li>
<li>available_balance
: <a class="el" href="structOfxStatementData.html#acf7c63320e41ced7f5d44beb2f791118">OfxStatementData</a>
</li>
<li>available_balance_date_valid
: <a class="el" href="structOfxStatementData.html#a4c2936f050f1cacd32e11e294dd96de6">OfxStatementData</a>
</li>
</ul>


<h3><a class="anchor" id="index_b"></a>- b -</h3><ul>
<li>bank_id
: <a class="el" href="structOfxAccountData.html#ae7f1e1e41cb6c19ca9a4bdee2b6d3c3b">OfxAccountData</a>
</li>
<li>billpay
: <a class="el" href="structOfxFiServiceInfo.html#a40a3cf5456923865ec22cc3bb2e3b07c">OfxFiServiceInfo</a>
</li>
</ul>


<h3><a class="anchor" id="index_c"></a>- c -</h3><ul>
<li>check_ambiguity
: <a class="el" href="structcmdline__parser__params.html#a6e4442704fc40b0b655f7cc602f13ec4">cmdline_parser_params</a>
</li>
<li>check_number
: <a class="el" href="structOfxTransactionData.html#a0a17438e40d33299517770722c9b566c">OfxTransactionData</a>
</li>
<li>check_required
: <a class="el" href="structcmdline__parser__params.html#a44ff439d7e9e36799e59173af74829c6">cmdline_parser_params</a>
</li>
<li>code
: <a class="el" href="structErrorMsg.html#a1308f8c77806e8c2a78f59ea17a6401d">ErrorMsg</a>
, <a class="el" href="structOfxStatusData.html#a7c331e4729b921be2eaf234498ffe19c">OfxStatusData</a>
</li>
<li>code_valid
: <a class="el" href="structOfxStatusData.html#aea08b7a14fa90d26ef192fab683e09d1">OfxStatusData</a>
</li>
<li>commission
: <a class="el" href="structOfxTransactionData.html#a4f963ca359ff5e49829815803332bf87">OfxTransactionData</a>
</li>
<li>currency
: <a class="el" href="structOfxAccountData.html#af36a0ad83c815cb2196c8d3dad3310fe">OfxAccountData</a>
, <a class="el" href="structOfxCurrency.html#ab161a37469e797c6762d7dd909819332">OfxCurrency</a>
, <a class="el" href="structOfxSecurityData.html#a02b3d96724074884948651a394897c95">OfxSecurityData</a>
, <a class="el" href="structOfxStatementData.html#a1bc0edcf693af960c797901ba7aa3de4">OfxStatementData</a>
</li>
</ul>


<h3><a class="anchor" id="index_d"></a>- d -</h3><ul>
<li>date
: <a class="el" href="classOfxBalanceContainer.html#a63069560ec9ee3524688452b00f0a39d">OfxBalanceContainer</a>
</li>
<li>date_end
: <a class="el" href="structOfxStatementData.html#ab6d37c27b538fb2f3915c678b97a6cad">OfxStatementData</a>
</li>
<li>date_funds_available
: <a class="el" href="structOfxTransactionData.html#a1464e7c8ded265329fc931dbeee2cf93">OfxTransactionData</a>
</li>
<li>date_initiated
: <a class="el" href="structOfxTransactionData.html#a85f2410d51ce72baa88c8bd18c8b7c6c">OfxTransactionData</a>
</li>
<li>date_posted
: <a class="el" href="structOfxTransactionData.html#a64ea65411d601e81ed3ea6d60b5067b9">OfxTransactionData</a>
</li>
<li>date_start
: <a class="el" href="structOfxStatementData.html#acd1d926a3a78af15f635a9fd1849dbc0">OfxStatementData</a>
</li>
<li>date_unitprice
: <a class="el" href="structOfxSecurityData.html#a39f70a97d1390f293a9726a014ed5736">OfxSecurityData</a>
</li>
<li>description
: <a class="el" href="structErrorMsg.html#ae3974a2c5ac5d1231e45ceaac2157a67">ErrorMsg</a>
, <a class="el" href="structLibofxFileFormatInfo.html#a8bebf92cbc4c75c7488b9cf8515ea68a">LibofxFileFormatInfo</a>
, <a class="el" href="structOfxStatusData.html#ad489133cc19edf04244074d107919945">OfxStatusData</a>
</li>
</ul>


<h3><a class="anchor" id="index_e"></a>- e -</h3><ul>
<li>exchange_rate
: <a class="el" href="structOfxCurrency.html#a42189e2f5c6b57cf09cb75689a6c1b88">OfxCurrency</a>
</li>
</ul>


<h3><a class="anchor" id="index_f"></a>- f -</h3><ul>
<li>fees
: <a class="el" href="structOfxTransactionData.html#ac259b91b8d9c8bfa54ffb90a68ed3191">OfxTransactionData</a>
</li>
<li>fi_id
: <a class="el" href="structOfxTransactionData.html#a3799e7eee8774963bba3bc828f9a735d">OfxTransactionData</a>
</li>
<li>fi_id_corrected
: <a class="el" href="structOfxTransactionData.html#a08e9c6d6035e2d5604562a35fc2805c2">OfxTransactionData</a>
</li>
<li>fi_id_correction_action
: <a class="el" href="structOfxTransactionData.html#a1628da9f1d066d1eb1e7a5bfeb865407">OfxTransactionData</a>
</li>
<li>fiid
: <a class="el" href="structOfxSecurityData.html#ad7eb637476081e452589d47f150ae83d">OfxSecurityData</a>
</li>
<li>format
: <a class="el" href="structLibofxFileFormatInfo.html#ae4b1aa0050ffdc43ce68f07e6330d2f7">LibofxFileFormatInfo</a>
</li>
<li>format_name
: <a class="el" href="structLibofxFileFormatInfo.html#a04a9b50e77863762c5ff0379cccfe67e">LibofxFileFormatInfo</a>
</li>
</ul>


<h3><a class="anchor" id="index_h"></a>- h -</h3><ul>
<li>help_given
: <a class="el" href="structgengetopt__args__info.html#ab9fd677f890731fd7d6f6c62e6dfc99c">gengetopt_args_info</a>
</li>
<li>help_help
: <a class="el" href="structgengetopt__args__info.html#afb4efa68a6f43a4d112e9b96ffe89101">gengetopt_args_info</a>
</li>
</ul>


<h3><a class="anchor" id="index_i"></a>- i -</h3><ul>
<li>import_format_arg
: <a class="el" href="structgengetopt__args__info.html#afd7d2f3818ff621010c59ede619bbbbd">gengetopt_args_info</a>
</li>
<li>import_format_given
: <a class="el" href="structgengetopt__args__info.html#a451688d75ca397157eca641dead285a8">gengetopt_args_info</a>
</li>
<li>import_format_help
: <a class="el" href="structgengetopt__args__info.html#a67f0c3406ca68e20cdadaf5e281625a2">gengetopt_args_info</a>
</li>
<li>import_format_orig
: <a class="el" href="structgengetopt__args__info.html#a3c13bc9d3d4494dba568b036a1c12f06">gengetopt_args_info</a>
</li>
<li>initialize
: <a class="el" href="structcmdline__parser__params.html#a97ed8a6eabd39291ae7d73f273e12c11">cmdline_parser_params</a>
</li>
<li>inputs
: <a class="el" href="structgengetopt__args__info.html#a9604690019dd09b318302dae6868726c">gengetopt_args_info</a>
</li>
<li>inputs_num
: <a class="el" href="structgengetopt__args__info.html#a3d69c180d5ac0b1124fd9a6fe680706c">gengetopt_args_info</a>
</li>
<li>investments
: <a class="el" href="structOfxFiServiceInfo.html#a37b1522705817d12494f524658d7633b">OfxFiServiceInfo</a>
</li>
</ul>


<h3><a class="anchor" id="index_l"></a>- l -</h3><ul>
<li>ledger_balance
: <a class="el" href="structOfxStatementData.html#a0827aef2ae2cd523320ea479dfae5cdc">OfxStatementData</a>
</li>
<li>ledger_balance_date
: <a class="el" href="structOfxStatementData.html#a57f9892d09da4a6d69c44b7f9af45fc0">OfxStatementData</a>
</li>
<li>list_import_formats_given
: <a class="el" href="structgengetopt__args__info.html#a32f035a728096632197261228386417b">gengetopt_args_info</a>
</li>
<li>list_import_formats_help
: <a class="el" href="structgengetopt__args__info.html#ac4b7c58b32c755377a6c7fcafbfa3d3f">gengetopt_args_info</a>
</li>
</ul>


<h3><a class="anchor" id="index_m"></a>- m -</h3><ul>
<li>marketing_info
: <a class="el" href="structOfxStatementData.html#afe8b76655a8be45e71f92c3542fe835a">OfxStatementData</a>
</li>
<li>memo
: <a class="el" href="structOfxSecurityData.html#a097572b1667a4e859fd34578aee8cdd8">OfxSecurityData</a>
, <a class="el" href="structOfxTransactionData.html#a4ffcfadafa8986c818648760c2884d20">OfxTransactionData</a>
</li>
<li>msg_debug_flag
: <a class="el" href="structgengetopt__args__info.html#a6816290fe582d0705947859d0c7934c5">gengetopt_args_info</a>
</li>
<li>msg_debug_given
: <a class="el" href="structgengetopt__args__info.html#aa79ce8e3757e7f955c688eb991bdcd58">gengetopt_args_info</a>
</li>
<li>msg_debug_help
: <a class="el" href="structgengetopt__args__info.html#a709980d4e8c7d3c8ab01d1dfee7589c1">gengetopt_args_info</a>
</li>
<li>msg_error_flag
: <a class="el" href="structgengetopt__args__info.html#ab1b6520555a34ca4a39feaed3365af6d">gengetopt_args_info</a>
</li>
<li>msg_error_given
: <a class="el" href="structgengetopt__args__info.html#ac05e52a23a860c76ad9718623975841d">gengetopt_args_info</a>
</li>
<li>msg_error_help
: <a class="el" href="structgengetopt__args__info.html#a0b4c076b2876844650aa2aec275f5684">gengetopt_args_info</a>
</li>
<li>msg_info_flag
: <a class="el" href="structgengetopt__args__info.html#a74ac0d99a57abc9a1088d356f87e7197">gengetopt_args_info</a>
</li>
<li>msg_info_given
: <a class="el" href="structgengetopt__args__info.html#a4bf32df1e359f9edba1b81f1098d18c6">gengetopt_args_info</a>
</li>
<li>msg_info_help
: <a class="el" href="structgengetopt__args__info.html#a2491c609276fe4795f7caeb0d9baec1b">gengetopt_args_info</a>
</li>
<li>msg_parser_flag
: <a class="el" href="structgengetopt__args__info.html#a59f4d83dff3e538372141bbfe3576762">gengetopt_args_info</a>
</li>
<li>msg_parser_given
: <a class="el" href="structgengetopt__args__info.html#adb536662650cb71a165e012f0c7f84fa">gengetopt_args_info</a>
</li>
<li>msg_parser_help
: <a class="el" href="structgengetopt__args__info.html#a44d331d24edd73a287609be9ad293753">gengetopt_args_info</a>
</li>
<li>msg_status_flag
: <a class="el" href="structgengetopt__args__info.html#a1301d1fa05fef326526db58a63cfc6fd">gengetopt_args_info</a>
</li>
<li>msg_status_given
: <a class="el" href="structgengetopt__args__info.html#adbaa7115f633b1df02f38eb19437333c">gengetopt_args_info</a>
</li>
<li>msg_status_help
: <a class="el" href="structgengetopt__args__info.html#a552341af51d5f58f88ceb5fc229e998d">gengetopt_args_info</a>
</li>
<li>msg_warning_flag
: <a class="el" href="structgengetopt__args__info.html#a7dc02d27a0e51eb388b2bd48f834658c">gengetopt_args_info</a>
</li>
<li>msg_warning_given
: <a class="el" href="structgengetopt__args__info.html#afbf64d7fe71b737e618e468342b12ebe">gengetopt_args_info</a>
</li>
<li>msg_warning_help
: <a class="el" href="structgengetopt__args__info.html#ab37e89030d7bc1b94cd44a6b6cc4c042">gengetopt_args_info</a>
</li>
<li>must_convert
: <a class="el" href="structOfxCurrency.html#a19eb1ccd12664af9dfdb55d67641f32d">OfxCurrency</a>
</li>
</ul>


<h3><a class="anchor" id="index_n"></a>- n -</h3><ul>
<li>name
: <a class="el" href="structErrorMsg.html#a5ed2807f7ef908534ca86e573af1b69b">ErrorMsg</a>
, <a class="el" href="structOfxStatusData.html#a37c109348c4a1886e3b21b323e3d3205">OfxStatusData</a>
, <a class="el" href="structOfxTransactionData.html#ad50d7fc4d119214fceaed44a910789c3">OfxTransactionData</a>
</li>
</ul>


<h3><a class="anchor" id="index_o"></a>- o -</h3><ul>
<li>ofx_element_name_valid
: <a class="el" href="structOfxStatusData.html#a011f73b45f88aac63ec44727ed6b306d">OfxStatusData</a>
</li>
<li>override
: <a class="el" href="structcmdline__parser__params.html#ad3ff9d69146e69a47506782197b5675c">cmdline_parser_params</a>
</li>
</ul>


<h3><a class="anchor" id="index_p"></a>- p -</h3><ul>
<li>payee_id
: <a class="el" href="structOfxTransactionData.html#aece5dc8c7d1a772ec1ee851f6bc267bf">OfxTransactionData</a>
</li>
<li>print_errors
: <a class="el" href="structcmdline__parser__params.html#a3236f066777488e8502abe05ccd24455">cmdline_parser_params</a>
</li>
</ul>


<h3><a class="anchor" id="index_r"></a>- r -</h3><ul>
<li>reference_number
: <a class="el" href="structOfxTransactionData.html#a4228cc0543cb479b497f03de20611650">OfxTransactionData</a>
</li>
</ul>


<h3><a class="anchor" id="index_s"></a>- s -</h3><ul>
<li>secname
: <a class="el" href="structOfxSecurityData.html#a24096ad3cb35be8e6adb626b23f45a83">OfxSecurityData</a>
</li>
<li>security_data_valid
: <a class="el" href="structOfxTransactionData.html#a38f78abebdefc22ae4d991dc83a55288">OfxTransactionData</a>
</li>
<li>server_message
: <a class="el" href="structOfxStatusData.html#ab248a3a90d3217b9201d5e00361ab8f2">OfxStatusData</a>
</li>
<li>server_transaction_id
: <a class="el" href="structOfxTransactionData.html#adea1c8493f43ed0f693e7a195bb1a0fb">OfxTransactionData</a>
</li>
<li>standard_industrial_code
: <a class="el" href="structOfxTransactionData.html#a1883d5fa0f381b90779f794b1366c234">OfxTransactionData</a>
</li>
<li>statements
: <a class="el" href="structOfxFiServiceInfo.html#a49e460457156291004eed7c1841c9efe">OfxFiServiceInfo</a>
</li>
</ul>


<h3><a class="anchor" id="index_t"></a>- t -</h3><ul>
<li>tag_identifier
: <a class="el" href="classOfxGenericContainer.html#a2594ccb63eaf769a6b4b5d224411f031">OfxGenericContainer</a>
</li>
<li>ticker
: <a class="el" href="structOfxSecurityData.html#a7d1091abe3015294844107a6c3d27da2">OfxSecurityData</a>
</li>
<li>transactiontype_valid
: <a class="el" href="structOfxTransactionData.html#a73290dc395cf8342d136dbcd243ce695">OfxTransactionData</a>
</li>
<li>type
: <a class="el" href="classOfxGenericContainer.html#a2cad6fe32c79d320b8808d1e88b4e18a">OfxGenericContainer</a>
</li>
</ul>


<h3><a class="anchor" id="index_u"></a>- u -</h3><ul>
<li>unique_id
: <a class="el" href="structOfxSecurityData.html#a1ad6b3667ca3ee7e3b3685e63c8bd1c6">OfxSecurityData</a>
, <a class="el" href="structOfxTransactionData.html#a54c642edf01b122b090d84b0bd985e74">OfxTransactionData</a>
</li>
<li>unique_id_type
: <a class="el" href="structOfxSecurityData.html#afddec0de534d0ab20cfd3ac562258615">OfxSecurityData</a>
, <a class="el" href="structOfxTransactionData.html#a0a8fab71d94c3846fe1b4f044232e86e">OfxTransactionData</a>
</li>
<li>unitprice
: <a class="el" href="structOfxSecurityData.html#ab7e970b0d2efb4afd77e5140f6377eea">OfxSecurityData</a>
, <a class="el" href="structOfxTransactionData.html#ab330c2e874b125d0c2a6970d181271b5">OfxTransactionData</a>
</li>
<li>units
: <a class="el" href="structOfxTransactionData.html#a3d6cd5df47d2282549e30a29454a9f15">OfxTransactionData</a>
</li>
</ul>


<h3><a class="anchor" id="index_v"></a>- v -</h3><ul>
<li>version_given
: <a class="el" href="structgengetopt__args__info.html#ad4953a2130b2f8b94a3a687014f278e1">gengetopt_args_info</a>
</li>
<li>version_help
: <a class="el" href="structgengetopt__args__info.html#adef454ea6f3ff4114ae5009e58360cfc">gengetopt_args_info</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated on Fri Sep 12 2014 15:59:21 for LibOFX by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 </li>
  </ul>
</div>
</body>
</html>