Class InterestGroupAuctionEventOccurredEventArgs
An auction involving interest groups is taking place. These events are target-specific.
public sealed class InterestGroupAuctionEventOccurredEventArgs : EventArgs
- Inheritance
-
InterestGroupAuctionEventOccurredEventArgs
- Inherited Members
Properties
AuctionConfig
Set for started and configResolved
[JsonPropertyName("auctionConfig")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object? AuctionConfig { get; set; }
Property Value
EventTime
Gets or sets the eventTime
[JsonPropertyName("eventTime")]
public double EventTime { get; set; }
Property Value
ParentAuctionId
Set for child auctions.
[JsonPropertyName("parentAuctionId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ParentAuctionId { get; set; }
Property Value
Type
Gets or sets the type
[JsonPropertyName("type")]
public InterestGroupAuctionEventType Type { get; set; }
Property Value
UniqueAuctionId
Gets or sets the uniqueAuctionId
[JsonPropertyName("uniqueAuctionId")]
public string UniqueAuctionId { get; set; }