mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 23:04:21 +01:00
Added id field to _parse_trade
This commit is contained in:
@@ -61,6 +61,7 @@ def _parse_trade_snapshot_item(tData, symbol):
|
||||
|
||||
def _parse_trade(tData, symbol):
|
||||
return {
|
||||
'id': tData[0],
|
||||
'mts': tData[1],
|
||||
'price': tData[3],
|
||||
'amount': tData[2],
|
||||
|
||||
Reference in New Issue
Block a user