Documentation
¶
Overview ¶
Code generated by mockery v1.0.0
Index ¶
- type PublicClient
- func (_m *PublicClient) Board(trading string, settlement string) (*models.Board, error)
- func (_m *PublicClient) CurrencyPairs() ([]models.CurrencyPair, error)
- func (_m *PublicClient) FrozenCurrency() ([]string, error)
- func (_m *PublicClient) Rate(trading string, settlement string) (float64, error)
- func (_m *PublicClient) RateMap() (map[string]map[string]float64, error)
- func (_m *PublicClient) Volume(trading string, settlement string) (float64, error)
- func (_m *PublicClient) VolumeMap() (map[string]map[string]float64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PublicClient ¶
PublicClient is an autogenerated mock type for the PublicClient type
func (*PublicClient) CurrencyPairs ¶
func (_m *PublicClient) CurrencyPairs() ([]models.CurrencyPair, error)
CurrencyPairs provides a mock function with given fields:
func (*PublicClient) FrozenCurrency ¶
func (_m *PublicClient) FrozenCurrency() ([]string, error)
FrozenCurrency provides a mock function with given fields:
func (*PublicClient) Rate ¶
func (_m *PublicClient) Rate(trading string, settlement string) (float64, error)
Rate provides a mock function with given fields: trading, settlement
func (*PublicClient) RateMap ¶
func (_m *PublicClient) RateMap() (map[string]map[string]float64, error)
RateMap provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.