package
0.0.0-20201021131134-16cb7241374a
Repository: https://github.com/openware/bitfinex-api-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
New creates a default client.
No description provided by the author
NewWebsocketAsynchronousFactory creates a new websocket factory with a given URL.
NewWithAsyncFactory creates a new default client with a given asynchronous transport factory interface.
NewWithAsyncFactoryNonce creates a new default client with a given asynchronous transport factory and nonce generator.
NewWithParams creates a new default client with a given set of parameters.
NewWithParamsAsyncFactory creates a new default client with a given set of parameters and asynchronous transport factory interface.
NewWithParamsAsyncFactoryNonce creates a new client with a given set of parameters, asynchronous transport factory, and nonce generator interfaces.
NewWithParamsNonce creates a new default client with a given set of parameters and nonce generator.

# Constants

Available channels.
Available channels.
Available channels.
Available channels.
Available channels.
DMSCancelOnDisconnect cancels session orders on disconnect.
error codes pulled from v2 docs & API usage.
error codes pulled from v2 docs & API usage.
error codes pulled from v2 docs & API usage.
error codes pulled from v2 docs & API usage.
error codes pulled from v2 docs & API usage.
error codes pulled from v2 docs & API usage.
error codes pulled from v2 docs & API usage.
error codes pulled from v2 docs & API usage.
error codes pulled from v2 docs & API usage.
Events.
Events.
Events.
seconds to wait in between re-sending the keep alive ping.
No description provided by the author
Authentication states.
Authentication states.
Authentication states.
Authentication states.
size of channel that the websocket reader routine pushes websocket updates into.
size of channel that the websocket writer routine pulls from.

# Variables

ws-specific errors.
ws-specific errors.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Client provides a unified interface for users to interact with the Bitfinex V2 Websocket API.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Parameters defines adapter behavior.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WebsocketAsynchronousFactory creates a websocket-based asynchronous transport.

# Interfaces

Asynchronous interface decouples the underlying transport from API logic.
AsynchronousFactory provides an interface to re-create asynchronous transports during reconnect events.

# Type aliases

AuthState provides a typed authentication state.
No description provided by the author
SubscriptionSet is a typed version of an array of subscription pointers, intended to meet the sortable interface.