# Order book As a market user I want to see information about orders existing in the market. - I **Must** see Orders tab (6003-ORDB-001) - I **Must** see table filled with existing orders data (6003-ORDB-002) - I **Must** see prices of orders (6003-ORDB-003) - I **Must** see bid/ask volume for each price (6003-ORDB-004) - I **Must** see cumulative volume for each price (6003-ORDB-005) - I **Must** see mid price in the middle of the table (6003-ORDB-006) - I **Must** see prices sorted descending (6003-ORDB-007) - I **Must** be able to set a resolution of data (6003-ORDB-008) - When I click specific price, it **Must** be copied to deal ticket form (6003-ORDB-009) - Order is removed from orderbook if traded away(6003-ORDB-010)