Documentation
¶
Index ¶
- func NewBinanceFutures(cred Credentials, opts ...Options) *binance.FuturesClient
- func NewBinanceSpot(cred Credentials, opts ...Options) *binance.SpotClient
- func NewBingXFutures(cred Credentials, opts ...Options) *bingx.FuturesClient
- func NewBingXSpot(cred Credentials, opts ...Options) *bingx.SpotClient
- func NewBitgetFutures(cred Credentials, opts ...Options) *bitget.FuturesClient
- func NewBitgetSpot(cred Credentials, opts ...Options) *bitget.SpotClient
- func NewBullishFutures(cred Credentials, opts ...Options) *bullish.FuturesClient
- func NewBybitFutures(cred Credentials, opts ...Options) *bybit.FuturesClient
- func NewBybitSpot(cred Credentials, opts ...Options) *bybit.SpotClient
- func NewGateIOFutures(cred Credentials, opts ...Options) *gateio.FuturesClient
- func NewGateIOSpot(cred Credentials, opts ...Options) *gateio.SpotClient
- func NewHuobiFutures(cred Credentials, opts ...Options) *huobi.FuturesClient
- func NewHuobiSpot(cred Credentials, opts ...Options) *huobi.SpotClient
- func NewKucoinFutures(cred Credentials, opts ...Options) *kucoin.FuturesClient
- func NewKucoinSpot(cred Credentials, opts ...Options) *kucoin.SpotClient
- func NewMEXCSpot(cred Credentials, opts ...Options) *mexc.SpotClient
- func NewOKXFutures(cred Credentials, opts ...Options) *okx.FuturesClient
- func NewOKXSpot(cred Credentials, opts ...Options) *okx.SpotClient
- type Credentials
- type HasBrokerID
- type HasCOINM
- type HasDebug
- type HasProxy
- type HasTimeOffset
- type HasUserAgent
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBinanceFutures ¶
func NewBinanceFutures(cred Credentials, opts ...Options) *binance.FuturesClient
func NewBinanceSpot ¶
func NewBinanceSpot(cred Credentials, opts ...Options) *binance.SpotClient
func NewBingXFutures ¶
func NewBingXFutures(cred Credentials, opts ...Options) *bingx.FuturesClient
func NewBingXSpot ¶
func NewBingXSpot(cred Credentials, opts ...Options) *bingx.SpotClient
func NewBitgetFutures ¶
func NewBitgetFutures(cred Credentials, opts ...Options) *bitget.FuturesClient
func NewBitgetSpot ¶
func NewBitgetSpot(cred Credentials, opts ...Options) *bitget.SpotClient
func NewBullishFutures ¶
func NewBullishFutures(cred Credentials, opts ...Options) *bullish.FuturesClient
func NewBybitFutures ¶
func NewBybitFutures(cred Credentials, opts ...Options) *bybit.FuturesClient
func NewBybitSpot ¶
func NewBybitSpot(cred Credentials, opts ...Options) *bybit.SpotClient
func NewGateIOFutures ¶
func NewGateIOFutures(cred Credentials, opts ...Options) *gateio.FuturesClient
func NewGateIOSpot ¶
func NewGateIOSpot(cred Credentials, opts ...Options) *gateio.SpotClient
func NewHuobiFutures ¶
func NewHuobiFutures(cred Credentials, opts ...Options) *huobi.FuturesClient
func NewHuobiSpot ¶
func NewHuobiSpot(cred Credentials, opts ...Options) *huobi.SpotClient
func NewKucoinFutures ¶
func NewKucoinFutures(cred Credentials, opts ...Options) *kucoin.FuturesClient
func NewKucoinSpot ¶
func NewKucoinSpot(cred Credentials, opts ...Options) *kucoin.SpotClient
func NewMEXCSpot ¶
func NewMEXCSpot(cred Credentials, opts ...Options) *mexc.SpotClient
func NewOKXFutures ¶
func NewOKXFutures(cred Credentials, opts ...Options) *okx.FuturesClient
func NewOKXSpot ¶
func NewOKXSpot(cred Credentials, opts ...Options) *okx.SpotClient
Types ¶
type Credentials ¶
Общие креды для всех бирж
type HasBrokerID ¶
type HasBrokerID interface{ SetBrokerID(string) }
type HasTimeOffset ¶
type HasTimeOffset interface{ SetTimeOffset(int64) }
type HasUserAgent ¶
type HasUserAgent interface{ SetUserAgent(string) }
Click to show internal directories.
Click to hide internal directories.