iExecBlockchainComputing/PoCo

MarketOrder (Direction & Status)

Closed this issue · 0 comments

Y a-t-il une raison a ne pas mettre de champ status dans la structure du marketOrder (

)
de la même manière que c'est fait dans le contract workOrder (
IexecLib.WorkOrderStatusEnum public m_status;
) ?

Should we separate Direction (UNSET, BID, ASK) from Status (OPEN, CONSUMED, CANCELED) ?

If watching a marketOrder with direction == Direction.CLOSED, how to easily know if it was a marketOrder of type ASK or BID ?