" track to Transaction entity "
transaction: Transaction!
" track to DayPair entity "
" track to HourPair entity "
" asset the taker is paying in "
" asset the maker is selling "
" amout of takeAsset for makeAsset "
" amount of makeAsset for takeAsset "
" price of takeAmount in ETH "
priceTakeAssetETH: HistoricalAssetPriceETH!
" price of makeAmount in ETH "
priceMakeAssetETH: HistoricalAssetPriceETH!
" price of takeAmount in ETH "
priceTakeAssetUSD: HistoricalAssetPriceUSD!
" price of makeAmount in ETH "
priceMakeAssetUSD: HistoricalAssetPriceUSD!
" amount received of takeAsset "
receivedTakeAmount: BigInt!
" amount of partial fill on makeAsset "
partialFillMakeAmount: BigInt!
" variable for if offer is killed "
" when the order is killed or filled "