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

packedTransactionStructure Struct Reference

the packed structure of a transaction - see the unpacked struct for explanations. More...

#include <TransactionsDB.h>

List of all members.

Public Attributes

DateType date
 date on which the transaction was made. More...

UInt8 num_splits
 number of splits assigned to this transaction. More...

UInt8 method
 the method of payment. More...

double exchange_rate
 per-transaction exchange rate (if another currency is involved). The rate relates 1st split to second split (order matters). More...

unsigned is_scheduled:1
 indicates if the transaction is scheduled. More...

unsigned reserved:15
 saved for future fields to keep binary compatibility. More...


Detailed Description

the packed structure of a transaction - see the unpacked struct for explanations.

Definition at line 82 of file TransactionsDB.h.


Member Data Documentation

DateType packedTransactionStructure::date
 

date on which the transaction was made.

Definition at line 84 of file TransactionsDB.h.

double packedTransactionStructure::exchange_rate
 

per-transaction exchange rate (if another currency is involved). The rate relates 1st split to second split (order matters).

Definition at line 90 of file TransactionsDB.h.

unsigned packedTransactionStructure::is_scheduled
 

indicates if the transaction is scheduled.

Definition at line 92 of file TransactionsDB.h.

UInt8 packedTransactionStructure::method
 

the method of payment.

Definition at line 88 of file TransactionsDB.h.

UInt8 packedTransactionStructure::num_splits
 

number of splits assigned to this transaction.

Definition at line 86 of file TransactionsDB.h.

unsigned packedTransactionStructure::reserved
 

saved for future fields to keep binary compatibility.

Definition at line 94 of file TransactionsDB.h.


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