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