A struct representing the payload of :price_broadcast events.
PriceBroadcast
t() :: %Exchange.Adapters.EventBus.PriceBroadcast{ ask_min: integer(), bid_max: integer(), ticker: atom() }