Back to home page

Enduro/X

 
 

    


0001 $/* -----------------------------------------------------------------------------
0002 $** Bank app field defintions for UBF buffer
0003 $** -----------------------------------------------------------------------------
0004 $*/
0005 
0006 $#ifndef __BANK_H
0007 $#define __BANK_H
0008 
0009 *base 1000
0010 
0011 #NAME           ID      TYPE    FLAG    COMMENT
0012 #----           --      ----    ----    -------
0013 # Service name for UD
0014 T_ACCNUM        1       string  -       Account number
0015 T_ACCCUR        2       string  -       Account currency
0016 T_AMTAVL        3       double  -       Account balance
0017 
0018 $#endif
0019