Documentation
¶
Index ¶
- func NewClient(APIKey string, APISecret string) *bitfinex.Client
- type BitfinexClient
- func (bfc *BitfinexClient) CancelOffer(orderID int64) bitfinex.MarginOffer
- func (bfc *BitfinexClient) CreateLend(currency string, amount, rate float64, period int) bitfinex.MarginOffer
- func (bfc *BitfinexClient) GetAllFundingOffers() []bitfinex.ActiveOffer
- func (bfc *BitfinexClient) GetFundingBalance() float64
- func (bfc *BitfinexClient) GetLendBook(currency string, limitBids, limitAsks int) bitfinex.Lendbook
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BitfinexClient ¶
BitfinexClient is setting by user
func (*BitfinexClient) CancelOffer ¶
func (bfc *BitfinexClient) CancelOffer(orderID int64) bitfinex.MarginOffer
func (*BitfinexClient) CreateLend ¶
func (bfc *BitfinexClient) CreateLend(currency string, amount, rate float64, period int) bitfinex.MarginOffer
func (*BitfinexClient) GetAllFundingOffers ¶
func (bfc *BitfinexClient) GetAllFundingOffers() []bitfinex.ActiveOffer
func (*BitfinexClient) GetFundingBalance ¶
func (bfc *BitfinexClient) GetFundingBalance() float64
func (*BitfinexClient) GetLendBook ¶
func (bfc *BitfinexClient) GetLendBook(currency string, limitBids, limitAsks int) bitfinex.Lendbook
Click to show internal directories.
Click to hide internal directories.