#include <EditRateForm.h>
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... |
Definition at line 32 of file EditRateForm.h.
|
amount in pence of destination currency.
Definition at line 38 of file EditRateForm.h. |
|
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. |
|
exchange rate of the transaction.
Definition at line 42 of file EditRateForm.h. |
|
original sign of the destination amount.
Definition at line 40 of file EditRateForm.h. |
|
original sign of the source amount.
Definition at line 36 of file EditRateForm.h. |
|
amount in pence of source currency.
Definition at line 34 of file EditRateForm.h. |