Trying to obtain the price of an execution object. When calling executionObject.price, it returns a double which removes trailing zeros. How would I keep the trailing zeros so the price is the same as displayed in the control center execution tab?
Would I have to use "TickSize" to extract the decimal places and then add zeros to the price (as a string) if needed or is there a better way?
Thanks

Comment