Documentation
¶
Index ¶
- func NewExchange(exchangeID types.ExchangeID, apiKey, secretKey, secretPassphrase string) (types.Exchange, error)
- type Client
- func (c *Client) CheckForNewBatches() error
- func (c *Client) ConfirmDeposits(batchID uint64, exchange types.Exchange) error
- func (c *Client) ConfirmTradeStage(batchID uint64, exchange types.Exchange, stage int) error
- func (c *Client) ConfirmWithdrawals(batchID uint64, exchange types.Exchange) error
- func (c *Client) CreditWithdrawals(batchID uint64) error
- func (c *Client) InitiateDeposits(batchID uint64, exchange types.Exchange) error
- func (c *Client) InitiateTradeStage(batchID uint64, exchange types.Exchange, stage int) error
- func (c *Client) InitiateTrades(batchID uint64, exchange types.Exchange) error
- func (c *Client) InitiateWithdrawals(batchID uint64, exchange types.Exchange) error
- func (c *Client) ProcessBatch(batchID uint64) error
- func (c *Client) RegisterDeposits(batchID uint64, exchange types.Exchange) error
- type Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExchange ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CheckForNewBatches ¶
func (*Client) ConfirmDeposits ¶
func (*Client) ConfirmTradeStage ¶
func (*Client) ConfirmWithdrawals ¶
func (*Client) CreditWithdrawals ¶
func (*Client) InitiateDeposits ¶
func (*Client) InitiateTradeStage ¶
func (*Client) InitiateTrades ¶
func (*Client) InitiateWithdrawals ¶
func (*Client) ProcessBatch ¶
Click to show internal directories.
Click to hide internal directories.