Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Item ¶
type Item struct { Exchange string Pair currency.Pair AssetType asset.Item Price float64 Volume float64 }
Item holds various fields for storing currency pair stats
func SortExchangesByPrice ¶
SortExchangesByPrice sorts Item info by volume for a specific currency pair and asset type. Reverse will reverse the order from lowest to highest
Click to show internal directories.
Click to hide internal directories.