csharp
public enum TradeStatusWhere a trade is.
Fields and properties (4)
OpenOpen, and either side may still change what they are offering.
LockedBoth have confirmed the same revision. Nothing may change; it is waiting to settle.
CompletedSettled.
CancelledCalled off, or refused by the ledger.
Used by (2)
- TradeSessionVixen.Gameplay.Economy
- TradeTestsVixen.Gameplay.Economy.Tests