Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

EditRateForm::Results Struct Reference

structure in which data is returned. More...

#include <EditRateForm.h>

List of all members.

Public Attributes

Int32 src_amount
 amount in pence of source currency. More...

bool is_src_negative
 original sign of the source amount. More...

Int32 dest_amount
 amount in pence of destination currency. More...

bool is_dest_negative
 original sign of the destination amount. More...

double exchange_rate
 exchange rate of the transaction. More...

bool dirty
 if true the other values of the structure should be read and the dirty bit should be set to false. More...


Detailed Description

structure in which data is returned.

Definition at line 32 of file EditRateForm.h.


Member Data Documentation

Int32 EditRateForm::Results::dest_amount
 

amount in pence of destination currency.

Definition at line 38 of file EditRateForm.h.

bool EditRateForm::Results::dirty
 

if true the other values of the structure should be read and the dirty bit should be set to false.

Definition at line 44 of file EditRateForm.h.

double EditRateForm::Results::exchange_rate
 

exchange rate of the transaction.

Definition at line 42 of file EditRateForm.h.

bool EditRateForm::Results::is_dest_negative
 

original sign of the destination amount.

Definition at line 40 of file EditRateForm.h.

bool EditRateForm::Results::is_src_negative
 

original sign of the source amount.

Definition at line 36 of file EditRateForm.h.

Int32 EditRateForm::Results::src_amount
 

amount in pence of source currency.

Definition at line 34 of file EditRateForm.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jan 16 23:11:14 2003 for FreeCoins by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002