mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-09 15:11:10 +00:00
Added fetching currency exchange rate and conversion support.
This commit is contained in:
@@ -44,7 +44,13 @@ type Bitstamp struct {
|
||||
}
|
||||
|
||||
type BitstampTicker struct {
|
||||
Last, High, Low, Vwap, Volume, Bid, Ask string
|
||||
Last float64 `json:",string"`
|
||||
High float64 `json:",string"`
|
||||
Low float64 `json:",string"`
|
||||
Vwap float64 `json:",string"`
|
||||
Volume float64 `json:",string"`
|
||||
Bid float64 `json:",string"`
|
||||
Ask float64 `json:",string"`
|
||||
}
|
||||
|
||||
type Orderbook struct {
|
||||
|
||||
Reference in New Issue
Block a user