Documentation ¶
Index ¶
- type Client
- func (c *Client) AlterOrder(pair, volume, limitPrice string, tradeIntent int, orderID int64) (int64, string, error)
- func (c *Client) Auth() error
- func (c *Client) CancelOrder(orderID int64) (int64, error)
- func (c *Client) Close()
- func (c *Client) CreateOrder(pair, volume, limitPrice string, tradeIntent int) (int64, string, error)
- func (c *Client) GetBalance() (int64, error)
- func (c *Client) GetOrder(orderID int64) (int64, error)
- func (c *Client) GetOrderBookAndSubscribe(pairs string) (int64, error)
- func (c *Client) GetOrderByExtID(extID string) (int64, error)
- func (c *Client) GetPairsAndSubscribe() (int64, error)
- func (c *Client) SubscribeAccounting(includeDeals bool) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { ReadCh chan []byte // contains filtered or unexported fields }
func (*Client) AlterOrder ¶
func (*Client) CreateOrder ¶
func (*Client) GetBalance ¶
func (*Client) GetOrderBookAndSubscribe ¶
func (*Client) GetPairsAndSubscribe ¶
Click to show internal directories.
Click to hide internal directories.