mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-08 15:11:07 +00:00
FTX: Add REST subaccount support (#653)
* FTX: Add REST API subaccount support * Add API key check to GetSubaccounts * Fix missing comment and expand to rest of the codebase * Address glorious nits * Address various nits * Fix ZB typo https://www.zb.com/api#hsptccieyyqomlp
This commit is contained in:
@@ -39,7 +39,8 @@ var (
|
||||
// ErrNilArguments is a common error response to highlight that nils were passed in
|
||||
// when they should not have been
|
||||
ErrNilArguments = errors.New("received nil argument(s)")
|
||||
ErrNilEvent = errors.New("nil event received")
|
||||
// ErrNilEvent is a common error for whenever a nil event occurs when it shouldn't have
|
||||
ErrNilEvent = errors.New("nil event received")
|
||||
)
|
||||
|
||||
// EventHandler interface implements required GetTime() & Pair() return
|
||||
|
||||
Reference in New Issue
Block a user