MarketOrder (Direction & Status)
Closed this issue · 0 comments
jeremyjams commented
Y a-t-il une raison a ne pas mettre de champ status dans la structure du marketOrder (
Line 16 in e147adb
de la même manière que c'est fait dans le contract workOrder (
Line 18 in e147adb
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 ?