No problem, Ed.
If you follow the call path in the Java API source code you will find that either option (null or "") is fine and yields the same result. The Order class uses Order.EMPTY_STR to initialize manualOrderTime and you could use that, since it is a public constant. It happens to be defined as "".
闯ü谤驳别苍
On Fri, Jul 8, 2022 at 10:40 PM, Edward wrote:
toggle quoted message
Show quoted text
Thanks a lot for such an elaborated answer. I guess you're right.?
?
I was wondering if anybody is really using 10.16 API and what do they pass as this parameter. There are two options-empty string ot null.
?
Ed
?