Vixen
c7401864
csharp
public sealed class AuctionListing

One thing for sale.

Read the guide page for this →

Fields and properties (16)

  • public ListingId Id

    Its id.

  • public PlayerId Seller

    Who is selling.

  • public DefId Asset

    What.

  • public long Count

    How many.

  • public DefId Currency

    What it is priced in.

  • public long StartingBid

    The least anybody may bid.

  • public long Buyout

    What it takes to end it now, or zero for a listing with no buyout.

  • public long Deposit

    What the seller staked to list it.

  • public float ListedAt

    When it went up.

  • public float Expires

    When it comes down.

  • public ListingStatus Status

    Where it is.

  • public long HighBid

    The standing bid, or zero.

  • public PlayerId HighBidder

    Who made it, or None.

  • public int Bids

    How many bids there have been. Part of a bid's idempotency key.

  • public long NextBid

    What the next bid has to be at least.

  • public long UnitPrice

    What one of it went for, for the price model.

Used by (2)

  • AuctionHouseVixen.Gameplay.Economy
  • AuctionTestsVixen.Gameplay.Economy.Tests