Vixen
c7401864
csharp
public enum TradeStatus

Where a trade is.

Read the guide page for this →

Fields and properties (4)

  • Open

    Open, and either side may still change what they are offering.

  • Locked

    Both have confirmed the same revision. Nothing may change; it is waiting to settle.

  • Completed

    Settled.

  • Cancelled

    Called off, or refused by the ledger.

Used by (2)

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