Price change struct. Part of a PriceChangeEvent.
@type t() :: %Polymarket.Schemas.PriceChange{ asset_id: String.t() | nil, best_ask: float() | nil, best_bid: float() | nil, hash: String.t() | nil, price: float() | nil, side: String.t() | nil, size: float() | nil }