Tai.VenueAdapters.Ftx.Stream.Connection (tai v0.0.59)

Link to this section Summary

Link to this section Types

Link to this type

credential()

Specs

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

credential_id()

Specs

credential_id() :: Tai.Venue.credential_id()

Specs

stream() :: Tai.Venues.Stream.t()

Specs

venue() :: Tai.Venue.id()

Specs

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

Specs

venue_msg() :: map()

Link to this section Functions

Link to this function

on_connect(arg1, arg2)

Link to this function

on_disconnect(_, _)

Link to this function

on_msg(msg, state)

Link to this function

on_terminate(_, _)

Link to this function

process_name(venue)

Specs

process_name(venue()) :: atom()
Link to this function

start_link(list)

Specs

start_link(
  endpoint: String.t(),
  stream: stream(),
  credential: {credential_id(), credential()} | nil
) :: {:ok, pid()} | {:error, term()}
This function is deprecated. Use Tai.Venues.Streams.ConnectionAdapter.process_name/1 instead..

Specs

to_name(venue()) :: atom()