Skip to main content

trade.closed

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 1373
  • Header: TRADE_CLOSED
  • Direction: Server to Client (s2c)
  • Realm: Economy & Trading
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Notify that the trade session was closed

Payload fields

FieldTypeRequiredDescription
userIdint32requiredRoom entity ID of the user who closed the trade.
reasonint32requiredClose reason (1=error during commit).

Behavior

Sender

Sent to both participants when the trade is cancelled or closed.

Receiver

The client closes the trade window.

Notes

  • No additional notes