PriceData

class PriceData(from_coin: str, to_coin: str, last, bid=None, ask=None, open=None, close=None, high=None, low=None, volume=None)[source]

Exchange price data object returned by exchange adapters

__init__(from_coin: str, to_coin: str, last, bid=None, ask=None, open=None, close=None, high=None, low=None, volume=None)None

Initialize self. See help(type(self)) for accurate signature.

Methods

Methods

__init__(from_coin, to_coin, last[, bid, …])

Initialize self.