Documentation
      ¶
    
    
  
    
  
    Index ¶
- type CoinEx
 - func (coinex *CoinEx) CancelOrder(orderId string, currency CurrencyPair) (bool, error)
 - func (coinex *CoinEx) GetAccount() (*Account, error)
 - func (coinex *CoinEx) GetDepth(size int, currency CurrencyPair) (*Depth, error)
 - func (coinex *CoinEx) GetDifficulty() (limit, cur float64, err error)
 - func (coinex *CoinEx) GetExchangeName() string
 - func (coinex *CoinEx) GetKlineRecords(currency CurrencyPair, period, size, since int) ([]Kline, error)
 - func (coinex *CoinEx) GetOneOrder(orderId string, currency CurrencyPair) (*Order, error)
 - func (coinex *CoinEx) GetOrderHistorys(currency CurrencyPair, currentPage, pageSize int) ([]Order, error)
 - func (coinex *CoinEx) GetPendingOrders(page, limit int, pair CurrencyPair) ([]Order, error)
 - func (coinex *CoinEx) GetTicker(currency CurrencyPair) (*Ticker, error)
 - func (coinex *CoinEx) GetTrades(currencyPair CurrencyPair, since int64) ([]Trade, error)
 - func (coinex *CoinEx) GetUnfinishOrders(currency CurrencyPair) ([]Order, error)
 - func (coinex *CoinEx) LimitBuy(amount, price string, currency CurrencyPair) (*Order, error)
 - func (coinex *CoinEx) LimitSell(amount, price string, currency CurrencyPair) (*Order, error)
 - func (coinex *CoinEx) MarketBuy(amount, price string, currency CurrencyPair) (*Order, error)
 - func (coinex *CoinEx) MarketSell(amount, price string, currency CurrencyPair) (*Order, error)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoinEx ¶
type CoinEx struct {
	// contains filtered or unexported fields
}
    func (*CoinEx) CancelOrder ¶
func (*CoinEx) GetAccount ¶
func (*CoinEx) GetDifficulty ¶
func (*CoinEx) GetExchangeName ¶
func (*CoinEx) GetKlineRecords ¶
func (*CoinEx) GetOneOrder ¶
func (*CoinEx) GetOrderHistorys ¶
func (*CoinEx) GetPendingOrders ¶
func (*CoinEx) GetUnfinishOrders ¶
func (*CoinEx) MarketSell ¶
 Click to show internal directories. 
   Click to hide internal directories.