Class InterestGroupAuctionEventOccurredEventArgs
InterestGroupAuctionEventOccurred
public sealed class InterestGroupAuctionEventOccurredEventArgs : EventArgs
- Inheritance
-
InterestGroupAuctionEventOccurredEventArgs
- Inherited Members
Properties
AuctionConfig
Gets or sets the auctionConfig
[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
Gets or sets the parentAuctionId
[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; }