Return the nearest integer to ``self``, rounding away from 0 by default, for consistency with the builtin Python round. A simple solution may be to change the default to even, which is the current ...
This example demonstrates how to round numbers when placing orders. Both Price (px) and Size (sz) have a maximum number of decimals that are accepted. Prices can have up to 5 significant figures, but ...