Merge branch 'fix/603-656-609-filter-rejected-markets-order-when-suspended-remove-trading-continuous' of github.com:vegaprotocol/frontend-monorepo into fix/603-656-609-filter-rejected-markets-order-when-suspended-remove-trading-continuous

This commit is contained in:
madalinaraicu 2022-07-15 11:16:55 +02:00
commit 02d5919a17

View File

@ -145,7 +145,7 @@ export interface Market_market {
*/
decimalPlaces: number;
/**
* positionDecimalPlaces indicated the number of decimal places that an integer must be shifted in order to get a correct size (uint64).
* positionDecimalPlaces indicate the number of decimal places that an integer must be shifted in order to get a correct size (uint64).
* i.e. 0 means there are no fractional orders for the market, and order sizes are always whole sizes.
* 2 means sizes given as 10^2 * desired size, e.g. a desired size of 1.23 is represented as 123 in this market.
*/