Documentation ¶
Index ¶
- Constants
- type CoinBig
- func (cb *CoinBig) CancelOrder(orderId string, currencyPair CurrencyPair) (bool, error)
- func (cb *CoinBig) CancelOrders(orderId []string) (bool, error)
- func (cb *CoinBig) GetAccount() (*Account, error)
- func (cb *CoinBig) GetDepth(size int, currencyPair CurrencyPair) (*Depth, error)
- func (cb *CoinBig) GetExchangeName() string
- func (cb *CoinBig) GetKlineRecords(currency CurrencyPair, period, size, since int) ([]Kline, error)
- func (cb *CoinBig) GetOneOrder(orderId string, currencyPair CurrencyPair) (*Order, error)
- func (cb *CoinBig) GetOrderHistorys(currencyPair CurrencyPair, currentPage, pageSize int) ([]Order, error)
- func (cb *CoinBig) GetServerSync() error
- func (cb *CoinBig) GetTicker(currencyPair CurrencyPair) (*Ticker, error)
- func (cb *CoinBig) GetTrades(currencyPair CurrencyPair, since int64) ([]Trade, error)
- func (cb *CoinBig) GetUnfinishOrders(currencyPair CurrencyPair) ([]Order, error)
- func (cb *CoinBig) LimitBuy(amount, price string, currencyPair CurrencyPair) (*Order, error)
- func (cb *CoinBig) LimitSell(amount, price string, currencyPair CurrencyPair) (*Order, error)
- func (cb *CoinBig) MarketBuy(amount, price string, currencyPair CurrencyPair) (*Order, error)
- func (cb *CoinBig) MarketSell(amount, price string, currencyPair CurrencyPair) (*Order, error)
Constants ¶
View Source
const (
API_BASE_URL = "https://www.coinbig.com"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoinBig ¶
type CoinBig struct {
// contains filtered or unexported fields
}
func (*CoinBig) CancelOrder ¶
func (*CoinBig) GetDepth ¶
func (*CoinBig) GetKlineRecords ¶
func (*CoinBig) GetOneOrder ¶
func (*CoinBig) GetOrderHistorys ¶
func (*CoinBig) GetTicker ¶
func (*CoinBig) GetTrades ¶
非个人,整个交易所的交易记录
func (*CoinBig) GetUnfinishOrders ¶
func (*CoinBig) LimitBuy ¶
func (*CoinBig) LimitSell ¶
func (*CoinBig) MarketBuy ¶
Click to show internal directories.
Click to hide internal directories.