Documentation ¶ Index ¶ Constants func NewBroker(brokerName string, accessKey string, secret string, testnet bool, ...) Broker func NewWS(brokerName string, accessKey string, secret string, testnet bool, ...) WebSocket Constants ¶ View Source const ( BitMEX = "BitMEX" Deribit = "Deribit" Bybit = "Bybit" HBDM = "HBDM" HBDMSwap = "HBDMSwap" OKEXFutures = "OKEXFutures" OKEXSwap = "OKEXSwap" ) Variables ¶ This section is empty. Functions ¶ func NewBroker ¶ func NewBroker(brokerName string, accessKey string, secret string, testnet bool, params map[string]string) Broker func NewWS ¶ added in v0.9.10 func NewWS(brokerName string, accessKey string, secret string, testnet bool, params map[string]string) WebSocket Types ¶ This section is empty. Source Files ¶ View all Source files builder.go consts.go Directories ¶ Show internal Expand all Path Synopsis bitmex-broker bitmex-sim-broker bybit-broker deribit-broker deribit-sim-broker hbdm-broker hbdm-swap-broker okex-futures-broker okex-swap-broker Click to show internal directories. Click to hide internal directories.