Documentation
¶
Index ¶
- type Client
- func (client *Client) CancelOrder(txid string) error
- func (client *Client) CreateOrder(market string, side consts.OrderSide, size, price float64) (string, error)
- func (client *Client) OpenOrders(market string) ([]Order, error)
- func (client *Client) PairInfo(market string) (*krakenapi.AssetPairInfo, error)
- func (client *Client) Ticker(market string) (float64, error)
- type Order
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CancelOrder ¶
func (*Client) CreateOrder ¶
Click to show internal directories.
Click to hide internal directories.