Versions in this module Expand all Collapse all v1 v1.0.0 Sep 9, 2019 Changes in this version + func NewCoinoneSource(interval time.Duration) types.Source + func SourceProvider() (string, string, types.SourceProvider) + type CoinoneSource struct + func (coinone *CoinoneSource) Fetch() error + func (coinone CoinoneSource) Interval() time.Duration + func (coinone CoinoneSource) Market() string + func (coinone CoinoneSource) Pair() types.Pair + type Trade struct + IsSellerMaker bool + Price string + Timestamp uint64 + Volume string + type TradeHistory struct + Trades []Trade