Documentation
¶
Overview ¶
mexc sdk
Index ¶
- func NewBase_Override(b Base, apiKey *string, apiSecret *string)
- func NewCommon_Override(c Common, apiKey *string, apiSecret *string)
- func NewMarket_Override(m Market, apiKey *string, apiSecret *string)
- func NewSpot_Override(s Spot, apiKey *string, apiSecret *string)
- func NewTrade_Override(t Trade, apiKey *string, apiSecret *string)
- func NewUserData_Override(u UserData, apiKey *string, apiSecret *string)
- type Base
- type Common
- type Market
- type Spot
- type Trade
- type UserData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBase_Override ¶
func NewCommon_Override ¶
func NewMarket_Override ¶
func NewSpot_Override ¶
func NewTrade_Override ¶
func NewUserData_Override ¶
Types ¶
type Base ¶
type Common ¶
type Common interface {
Market
Config() interface{}
SetConfig(val interface{})
AggTrades(symbol *string, options interface{}) interface{}
AvgPrice(symbol *string) interface{}
BookTicker(symbol *string) interface{}
Depth(symbol *string, options interface{}) interface{}
ExchangeInfo(options interface{}) interface{}
HistoricalTrades(symbol *string, options interface{}) interface{}
Klines(symbol *string, interval *string, options interface{}) interface{}
Ping() interface{}
PublicRequest(method *string, path *string, paramsObj interface{}) interface{}
SignRequest(method *string, path *string, paramsObj interface{}) interface{}
Ticker24hr(symbol *string) interface{}
TickerPrice(symbol *string) interface{}
Time() interface{}
Trades(symbol *string, options interface{}) interface{}
}
type Market ¶
type Market interface {
Base
Config() interface{}
SetConfig(val interface{})
AggTrades(symbol *string, options interface{}) interface{}
AvgPrice(symbol *string) interface{}
BookTicker(symbol *string) interface{}
Depth(symbol *string, options interface{}) interface{}
ExchangeInfo(options interface{}) interface{}
HistoricalTrades(symbol *string, options interface{}) interface{}
Klines(symbol *string, interval *string, options interface{}) interface{}
PublicRequest(method *string, path *string, paramsObj interface{}) interface{}
SignRequest(method *string, path *string, paramsObj interface{}) interface{}
Ticker24hr(symbol *string) interface{}
TickerPrice(symbol *string) interface{}
Trades(symbol *string, options interface{}) interface{}
}
type Spot ¶
type Spot interface {
Trade
Config() interface{}
SetConfig(val interface{})
AccountInfo() interface{}
AccountTradeList(symbol *string, options interface{}) interface{}
AggTrades(symbol *string, options interface{}) interface{}
AllOrders(symbol *string, options interface{}) interface{}
AvgPrice(symbol *string) interface{}
BookTicker(symbol *string) interface{}
CancelOpenOrders(symbol *string) interface{}
CancelOrder(symbol *string, options interface{}) interface{}
Depth(symbol *string, options interface{}) interface{}
ExchangeInfo(options interface{}) interface{}
HistoricalTrades(symbol *string, options interface{}) interface{}
Klines(symbol *string, interval *string, options interface{}) interface{}
NewOrder(symbol *string, side *string, orderType *string, options interface{}) interface{}
NewOrderTest(symbol *string, side *string, orderType *string, options interface{}) interface{}
OpenOrders(symbol *string) interface{}
Ping() interface{}
PublicRequest(method *string, path *string, paramsObj interface{}) interface{}
QueryOrder(symbol *string, options interface{}) interface{}
SignRequest(method *string, path *string, paramsObj interface{}) interface{}
Ticker24hr(symbol *string) interface{}
TickerPrice(symbol *string) interface{}
Time() interface{}
Trades(symbol *string, options interface{}) interface{}
}
type Trade ¶
type Trade interface {
UserData
Config() interface{}
SetConfig(val interface{})
AccountInfo() interface{}
AccountTradeList(symbol *string, options interface{}) interface{}
AggTrades(symbol *string, options interface{}) interface{}
AllOrders(symbol *string, options interface{}) interface{}
AvgPrice(symbol *string) interface{}
BookTicker(symbol *string) interface{}
CancelOpenOrders(symbol *string) interface{}
CancelOrder(symbol *string, options interface{}) interface{}
Depth(symbol *string, options interface{}) interface{}
ExchangeInfo(options interface{}) interface{}
HistoricalTrades(symbol *string, options interface{}) interface{}
Klines(symbol *string, interval *string, options interface{}) interface{}
NewOrder(symbol *string, side *string, orderType *string, options interface{}) interface{}
NewOrderTest(symbol *string, side *string, orderType *string, options interface{}) interface{}
OpenOrders(symbol *string) interface{}
Ping() interface{}
PublicRequest(method *string, path *string, paramsObj interface{}) interface{}
QueryOrder(symbol *string, options interface{}) interface{}
SignRequest(method *string, path *string, paramsObj interface{}) interface{}
Ticker24hr(symbol *string) interface{}
TickerPrice(symbol *string) interface{}
Time() interface{}
Trades(symbol *string, options interface{}) interface{}
}
type UserData ¶
type UserData interface {
Common
Config() interface{}
SetConfig(val interface{})
AccountInfo() interface{}
AccountTradeList(symbol *string, options interface{}) interface{}
AggTrades(symbol *string, options interface{}) interface{}
AvgPrice(symbol *string) interface{}
BookTicker(symbol *string) interface{}
Depth(symbol *string, options interface{}) interface{}
ExchangeInfo(options interface{}) interface{}
HistoricalTrades(symbol *string, options interface{}) interface{}
Klines(symbol *string, interval *string, options interface{}) interface{}
Ping() interface{}
PublicRequest(method *string, path *string, paramsObj interface{}) interface{}
SignRequest(method *string, path *string, paramsObj interface{}) interface{}
Ticker24hr(symbol *string) interface{}
TickerPrice(symbol *string) interface{}
Time() interface{}
Trades(symbol *string, options interface{}) interface{}
}
func NewUserData ¶
Click to show internal directories.
Click to hide internal directories.