Interface ImportedWrapper<W>

Type Parameters:
W - children implementing this class
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ImportedWrapper<W>
Generic trade wrapper contract.
Version:
1.0.5
Author:
Stephen Prizio
  • Method Summary

    Modifier and Type
    Method
    Description
    merge(W wrapper)
    Merges the given instance with this instance, typically to represent the case where a trade/transaction is.
  • Method Details

    • merge

      W merge(W wrapper)
      Merges the given instance with this instance, typically to represent the case where a trade/transaction is. represented twice, once opened, and once closed.
      Parameters:
      wrapper - W
      Returns:
      updated W