Pricing Common Definitions
| Type | string |
|---|---|
| Format | A decimal number encodes as a string. The amount of precision provided depends on the Instrument. |
PriceBucket is an application/json object with the following Schema:
{
#
# The Price offered by the PriceBucket
#
price : (PriceValue),
#
# The amount of liquidity offered by the PriceBucket
#
liquidity : (integer or decimal if available)
}