tai v0.0.24 Tai.VenueAdapters.OkEx.Stream.Connection
Link to this section Summary
Link to this section Types
Link to this type
account_config()
account_config()
account_config() :: map()
account_config() :: map()
Link to this type
account_id()
account_id()
account_id() :: Tai.Venues.Adapter.account_id()
account_id() :: Tai.Venues.Adapter.account_id()
Link to this type
channel()
channel()
channel() :: Tai.Venues.Adapter.channel()
channel() :: Tai.Venues.Adapter.channel()
Link to this type
endpoint()
endpoint()
endpoint() :: String.t()
endpoint() :: String.t()
Link to this type
msg()
Link to this type
product()
product()
product() :: Tai.Venues.Product.t()
product() :: Tai.Venues.Product.t()
Link to this type
state()
state()
state() :: Tai.VenueAdapters.OkEx.Stream.Connection.State.t()
state() :: Tai.VenueAdapters.OkEx.Stream.Connection.State.t()
Link to this type
venue_id()
venue_id()
venue_id() :: Tai.Venues.Adapter.venue_id()
venue_id() :: Tai.Venues.Adapter.venue_id()
Link to this section Functions
Link to this function
start_link(list)
start_link(list)
start_link(
endpoint: endpoint(),
venue: venue_id(),
channels: [channel()],
account: {account_id(), account_config()} | nil,
products: [product()]
) :: {:ok, pid()}
start_link( endpoint: endpoint(), venue: venue_id(), channels: [channel()], account: {account_id(), account_config()} | nil, products: [product()] ) :: {:ok, pid()}
Link to this function