tai v0.0.50 Tai.VenueAdapters.Binance.Stream.Connection.State

Link to this section Summary

Link to this section Types

Link to this type

channel()

channel() :: Tai.Venue.channel()
Link to this type

product()

product() :: Tai.Venues.Product.t()
Link to this type

request_id()

request_id() :: non_neg_integer()
Link to this type

route()

route() :: :order_books | :optional_channels
Link to this type

t()

t() :: %Tai.VenueAdapters.Binance.Stream.Connection.State{
  channels: [channel()],
  products: [product()],
  request_id: request_id(),
  requests: %{optional(request_id()) => pos_integer()},
  routes: %{required(route()) => atom()},
  venue_id: venue_id()
}
Link to this type

venue_id()

venue_id() :: Tai.Venue.id()