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