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, optional ...OptionalParameter) ([]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) GetAccount ¶
func (*CoinBig) GetExchangeName ¶
func (*CoinBig) GetKlineRecords ¶
func (*CoinBig) GetOneOrder ¶
func (*CoinBig) GetOrderHistorys ¶
func (*CoinBig) GetServerSync ¶
func (*CoinBig) GetUnfinishOrders ¶
func (*CoinBig) MarketSell ¶
Click to show internal directories.
Click to hide internal directories.