interface SeatGainsLossesRecord {
    gains: AmountKeywordRecord;
    losses: AmountKeywordRecord;
    seat: ZCFSeat;
}

Properties

Properties

what the seat will gain as a result of this trade

what the seat [will] give up as a result of this trade. Losses is optional, but can only be omitted if the keywords for both seats are the same. If losses is not defined, the gains of the other seat is subtracted.

seat: ZCFSeat