Documentation ¶
Index ¶
- type Coincheck
- func (cc *Coincheck) CancelOrder(orderId string, currency CurrencyPair) (bool, error)
- func (cc *Coincheck) GetAccount() (*Account, error)
- func (cc *Coincheck) GetDepth(size int, currency CurrencyPair) (*Depth, error)
- func (cc *Coincheck) GetExchangeName() string
- func (cc *Coincheck) GetKlineRecords(currency CurrencyPair, period, size, since int) ([]Kline, error)
- func (cc *Coincheck) GetOneOrder(orderId string, currency CurrencyPair) (*Order, error)
- func (cc *Coincheck) GetOrderHistorys(currency CurrencyPair, currentPage, pageSize int) ([]Order, error)
- func (cc *Coincheck) GetTicker(currency CurrencyPair) (*Ticker, error)
- func (cc *Coincheck) GetTrades(currencyPair CurrencyPair, since int64) ([]Trade, error)
- func (cc *Coincheck) GetUnfinishOrders(currency CurrencyPair) ([]Order, error)
- func (cc *Coincheck) LimitBuy(amount, price string, currency CurrencyPair) (*Order, error)
- func (cc *Coincheck) LimitSell(amount, price string, currency CurrencyPair) (*Order, error)
- func (cc *Coincheck) MarketBuy(amount, price string, currency CurrencyPair) (*Order, error)
- func (cc *Coincheck) 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 Coincheck ¶
type Coincheck struct {
// contains filtered or unexported fields
}
func (*Coincheck) CancelOrder ¶
func (*Coincheck) GetAccount ¶
func (*Coincheck) GetExchangeName ¶
func (*Coincheck) GetKlineRecords ¶
func (*Coincheck) GetOneOrder ¶
func (*Coincheck) GetOrderHistorys ¶
func (*Coincheck) GetUnfinishOrders ¶
func (*Coincheck) MarketSell ¶
Click to show internal directories.
Click to hide internal directories.