execute method

JrlLine execute()

ask the 2 accounts to add this line to their extracts.

Implementation

JrlLine execute() {
  _kminus.action(this, mode: "sub");
  _kplus.action(this, mode: "add");
  return this;
}