package
2.8.0
Repository: https://github.com/adshao/go-binance.git
Documentation: pkg.go.dev

# Packages

Package mock is a generated GoMock package.

# Functions

CreateRequest creates signed ws request.
NewClient init client.
NewConnection constructor for connection.
No description provided by the author
NewRequestList creates request list.

# Constants

CancelFuturesWsApiMethod define method for cancel order via websocket API.
OrderPlaceFuturesWsApiMethod define method for creation order via websocket API.
OrderPlaceSpotWsApiMethod define method for creation order via websocket API.

# Variables

ErrorApiKeyIsNotSet defines that ApiKey is not set.
ErrorRequestIDNotSet defines that request ID is not set.
ErrorSecretKeyIsNotSet defines that SecretKey is not set.
ErrorWsIdAlreadySent defines that request with the same id was already sent.
ErrorWsReadConnectionTimeout defines that connection read timeout expired.
KeepAlivePingDeadline defines deadline to send ping frame.
WriteSyncWsTimeout defines timeout for WriteSync method of client_ws.

# Structs

No description provided by the author
RequestList state of requests that was sent/received.
WsApiRequest define common websocket API request.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

WsApiMethodType define method name for websocket API.