vega-frontend-monorepo/libs/market-depth
botond c31841f56e
fix: orderbook decimal formats (#996)
* fix: orderbook decimal formats

* fix: format position pnl by market asset decimal

* fix: update depth chart with new volume format prop

* fix: format

* fix: update orderbook row with new criteria

* fix: revert positions table change

* fix: revert price decimal

* fix: revert other price thing

* fix: add price formatting to depth chart

* fix: rename format to parse

* fix: format volume numbers with the correct decimals to have the right ratios on the depth chart

* fix: format

* fix: deal ticket price decimals

* fix: lint
2022-08-17 11:37:43 +01:00
..
.storybook Feature/303 orderbook improvements (#312) 2022-06-10 15:52:39 +02:00
src fix: orderbook decimal formats (#996) 2022-08-17 11:37:43 +01:00
.babelrc Feature/151 orderbook (#266) 2022-04-26 17:26:28 +02:00
.eslintrc.json Feature/151 orderbook (#266) 2022-04-26 17:26:28 +02:00
jest.config.js Feature/303 orderbook improvements (#312) 2022-06-10 15:52:39 +02:00
package.json Feature/151 orderbook (#266) 2022-04-26 17:26:28 +02:00
postcss.config.js Feature/303 orderbook improvements (#312) 2022-06-10 15:52:39 +02:00
project.json Feature/303 orderbook improvements (#312) 2022-06-10 15:52:39 +02:00
README.md Feature/303 orderbook improvements (#312) 2022-06-10 15:52:39 +02:00
tailwind.config.js Feature/303 orderbook improvements (#312) 2022-06-10 15:52:39 +02:00
tsconfig.json Feature/303 orderbook improvements (#312) 2022-06-10 15:52:39 +02:00
tsconfig.lib.json Feature/303 orderbook improvements (#312) 2022-06-10 15:52:39 +02:00
tsconfig.spec.json Feature/303 orderbook improvements (#312) 2022-06-10 15:52:39 +02:00

orderbook

This library was generated with Nx.

Running unit tests

Run nx test market-depth to execute the unit tests via Jest.