csharp
public sealed class AuctionListingOne thing for sale.
Fields and properties (16)
public ListingId IdIts id.
public PlayerId SellerWho is selling.
public DefId AssetWhat.
public long CountHow many.
public DefId CurrencyWhat it is priced in.
public long StartingBidThe least anybody may bid.
public long BuyoutWhat it takes to end it now, or zero for a listing with no buyout.
public long DepositWhat the seller staked to list it.
public float ListedAtWhen it went up.
public float ExpiresWhen it comes down.
public ListingStatus StatusWhere it is.
public long HighBidThe standing bid, or zero.
public PlayerId HighBidderWho made it, or None.
public int BidsHow many bids there have been. Part of a bid's idempotency key.
public long NextBidWhat the next bid has to be at least.
public long UnitPriceWhat one of it went for, for the price model.
Used by (2)
- AuctionHouseVixen.Gameplay.Economy
- AuctionTestsVixen.Gameplay.Economy.Tests