TradeResponseLinks constructor

TradeResponseLinks(
  1. Link base,
  2. Link counter,
  3. Link operation
)

Implementation

TradeResponseLinks(this.base, this.counter, this.operation);