Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAuthFailed = errs.ErrAuthFailed ErrOrderNotFound = errs.ErrOrderNotFound ErrSymbolNotFound = errs.ErrSymbolNotFound ErrRateLimited = errs.ErrRateLimited )
Functions ¶
This section is empty.
Types ¶
type ExchangeError ¶
type ExchangeError = errs.ExchangeError
func NewExchangeError ¶
func NewExchangeError(exchange, code, message string, sentinel error) *ExchangeError
type RequestOpts ¶
RequestOpts carries venue-native request options for low-level SDK methods. Adapters should not expose this type unless a stable cross-exchange abstraction has been designed for the specific option.
Click to show internal directories.
Click to hide internal directories.