Refactor Balance.java

Issue #201 resolved
Desrever Nu created an issue

Currently

private Amount PEGTotal;
    private Amount NBTTotal;
    private Amount PEGonOrder;
    private Amount NBTonOrder;
    private Amount PEGAvailable;
    private Amount NBTAvailable;

Can easily wrap the objects inside an other object (the actual Balance 1:1 currency) and have this renamed PairBalance.

Comments (9)

  1. Desrever Nu reporter
    • removed milestone

    Removing milestone: 0.3.2 - Configurable Distribution (automated comment)

  2. Log in to comment