Documentation
¶
Index ¶
- func Sym2duo(pair string) q.D
- type Bithumb
- func (bit *Bithumb) AllTicker(SymPair map[string]q.D) (mdt *sync.Map, err error)
- func (bit *Bithumb) Balances() (availables, frozens *sync.Map, err error)
- func (bit *Bithumb) CancelOrder(orderId string, currency CurrencyPair) (bool, error)
- func (bit *Bithumb) CancelOrder2(side, orderId string, currency CurrencyPair) (bool, error)
- func (bit *Bithumb) Fee() float64
- func (bit *Bithumb) GetAccount() (*Account, error)
- func (bit *Bithumb) GetAttr() (a q.Attr)
- func (bit *Bithumb) GetDepth(size int, currency CurrencyPair) (*Depth, error)
- func (bit *Bithumb) GetKlineRecords(currency CurrencyPair, period KlinePeriod, size int, opt ...OptionalParameter) ([]Kline, error)
- func (bit *Bithumb) GetOneOrder(orderId string, currency CurrencyPair) (*Order, error)
- func (bit *Bithumb) GetOneOrder2(side, orderId string, currency CurrencyPair) (*Order, error)
- func (bit *Bithumb) GetOrderHistorys(currency CurrencyPair, optional ...OptionalParameter) ([]Order, error)
- func (bit *Bithumb) GetTicker(currency CurrencyPair) (*Ticker, error)
- func (bit *Bithumb) GetTrades(currencyPair CurrencyPair, since int64) ([]Trade, error)
- func (bit *Bithumb) GetUnfinishedOrders(currency CurrencyPair) ([]Order, error)
- func (bit *Bithumb) LimitBuy(amount, price string, currency CurrencyPair, ...) (*Order, error)
- func (bit *Bithumb) LimitSell(amount, price string, currency CurrencyPair, ...) (*Order, error)
- func (bit *Bithumb) MarketBuy(amount, price string, currency CurrencyPair) (*Order, error)
- func (bit *Bithumb) MarketSell(amount, price string, currency CurrencyPair) (*Order, error)
- func (bit *Bithumb) OneTicker(d q.D) (ticker q.Bbo, err error)
- func (bit *Bithumb) PairArray() (map[string]q.D, map[q.D]q.P, error)
- func (bit *Bithumb) PlaceOrders(places [3]q.Order) (orders [3]q.Order, err error)
- func (bit *Bithumb) String() string
- func (bit *Bithumb) Test() bool
- func (bit *Bithumb) TradeFee() (map[string]q.TradeFee, error)
- func (bit *Bithumb) WithdrawFee() (sf []q.NetworkWithdraw, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bithumb ¶
type Bithumb struct {
// contains filtered or unexported fields
}
func (*Bithumb) CancelOrder ¶
func (*Bithumb) CancelOrder2 ¶
补丁
func (*Bithumb) GetAccount ¶
func (*Bithumb) GetKlineRecords ¶
func (*Bithumb) GetOneOrder ¶
func (*Bithumb) GetOneOrder2 ¶
补丁
func (*Bithumb) GetOrderHistorys ¶
func (*Bithumb) GetUnfinishedOrders ¶
func (*Bithumb) MarketSell ¶
func (*Bithumb) PlaceOrders ¶
func (*Bithumb) WithdrawFee ¶
func (bit *Bithumb) WithdrawFee() (sf []q.NetworkWithdraw, err error)
Click to show internal directories.
Click to hide internal directories.