Files
xahaud/src/ripple
Nik Bougalis 15adb73a13 Unit tests for offer creation:
* Test whether offers which either already below the reserve (or
  would go below during processing) can execute if they cross.
* Test the "Fill or Kill" and "Immediate or Cancel" flags.
2016-02-18 13:54:10 -08:00
..
2016-02-18 13:54:10 -08:00
2016-02-17 16:33:02 -08:00
2016-01-25 10:35:53 -08:00
2016-02-08 15:47:57 -08:00
2016-02-11 18:42:33 -05:00
2016-01-25 09:07:41 -08:00
2015-09-28 17:24:05 -07:00
2016-01-25 09:07:41 -08:00
2016-02-11 18:42:34 -05:00
2016-02-08 15:50:02 -08:00
2016-02-17 16:33:02 -08:00
2016-02-11 18:42:33 -05:00
2016-01-25 09:07:41 -08:00
2016-02-11 18:42:33 -05:00

Newest Style

Each folder contains a single module following the newest style:

  • One class per header
  • As much implementation hidden as possible
  • All major interfaces are abstract
  • Every class is documented
  • Each module focuses on solving one problem