Documentation ¶
Index ¶
- Constants
- func Connect(ctx context.Context, ch chan Response, channels, symbols []string, ...) error
- func ConnectForPrivate(ctx context.Context, ch chan Response, key, secret string, channels []string, ...) error
- func ConnectForPrivateUS(ctx context.Context, ch chan Response, key, secret string, channels []string, ...) error
- func ConnectUS(ctx context.Context, ch chan Response, channels, symbols []string, ...) error
- type Orderbook
- type Response
Constants ¶
View Source
const ( UNDEFINED = iota ERROR TICKER TRADES ORDERBOOK ORDERS FILLS WS_ENDPOINT = "wss://ftx.com/ws/" US_ENDPOINT = "wss://ftx.us/ws/" )
Variables ¶
This section is empty.
Functions ¶
func ConnectForPrivate ¶
func ConnectForPrivateUS ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.