Vixen
c7401864
csharp
public enum TradeRefusal

Why a trade operation was refused.

Read the guide page for this →

Fields and properties (9)

  • None

    It was not.

  • NotAParty

    They are not in this trade.

  • NotOpen

    It is not open any more.

  • Stale

    The confirmation quoted a revision that is no longer the current one.

  • NotConfirmed

    Both sides have not confirmed.

  • BadOffer

    An offer is not a positive number of something.

  • Insufficient

    One of them does not hold what they are offering.

  • Severed

    One of them has blocked the other.

  • Refused

    The ledger refused the swap.

Used by (2)

  • TradeSessionVixen.Gameplay.Economy
  • TradeTestsVixen.Gameplay.Economy.Tests