Open foowie opened 6 years ago
https://github.com/bit-oasis/bitfinex-api/blob/master/src/BitOasis/Bitfinex/Websocket/Channel/Ticker/TickerChannel.php#L68 - 3rd param might be null?
I think not (at least within BFX), if you point to Ticker::dailyChange entity (DB column), it's nullable only because of Bitstamp, cause there wasn't such value in their API...
Ticker::dailyChange
https://github.com/bit-oasis/bitfinex-api/blob/master/src/BitOasis/Bitfinex/Websocket/Channel/Ticker/TickerChannel.php#L68 - 3rd param might be null?