Exchange v0.1.0 Exchange.Adapters.EventBus.PriceBroadcast View Source

A struct representing the payload of :price_broadcast events.

Link to this section Summary

Types

t()

PriceBroadcast

Link to this section Types

Specs

t() :: %Exchange.Adapters.EventBus.PriceBroadcast{
  ask_min: integer(),
  bid_max: integer(),
  ticker: atom()
}

PriceBroadcast