Documentation
¶
Index ¶
Constants ¶
View Source
const ( URL = "https://api.qtrade.io/" VERSION = "v1" VEOBTC = "VEO_BTC" LTCBTC = "LTC_BTC" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) Executions ¶
func (p *Client) Executions(code string) (*Executions, error)
type Executions ¶
type Ticker ¶
type Ticker struct { Data struct { Ask float64 `json:"ask,string"` Bid float64 `json:"bid,string"` DayAvgPrice float64 `json:"day_avg_price,string"` DayChange float64 `json:"day_change,string"` DayHigh float64 `json:"day_high,string"` DayLow float64 `json:"day_low,string"` DayOpen float64 `json:"day_open,string"` DayVolumeBase float64 `json:"day_volume_base,string"` DayVolumeMarket float64 `json:"day_volume_market,string"` ID int `json:"id"` IDHr string `json:"id_hr"` Last float64 `json:"last,string"` } `json:"data"` }
Click to show internal directories.
Click to hide internal directories.