MFXVenueInfoParams

data class MFXVenueInfoParams(val venueCode: String, val systemId: String, val market: TMMarketDomain)

Represents parameters for retrieving MFX venue information in the Discovery API.

Holds venue code, system ID, and market domain for venue queries.

Constructors

Link copied to clipboard
constructor(venueCode: String, systemId: String, market: TMMarketDomain)

Properties

Link copied to clipboard

The market domain associated with the venue.

Link copied to clipboard

The system identifier for the venue.

Link copied to clipboard

The unique code identifying the venue.