Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExchangeAPIClient ¶
type ExchangeAPIClient interface { GetExchangeIdentifier() string GetSupportedPairs() ([]*Symbol, error) GetRawMarketData() ([]*RawMarketData, error) GetAllOHLCVMarketData( symbol Symbol, interval time.Duration, startTime time.Time, endTime time.Time, ) ([]*OHLCVMarketData, error) }
ExchangeAPIClient TODO(Zahin): Get a List of Supported Symbols
type MarketData ¶
type OHLCVMarketData ¶
type RawMarketData ¶
type RawMarketData struct { MarketData StartTime time.Time Value float64 Volume float64 }
Click to show internal directories.
Click to hide internal directories.