Order creation time and order completion time

Author: churchillxy, Created: 2022-04-17 11:49:11, Updated:

Hello, how do I get the time to create an order and the time to complete it after I create an order with the Buy or Sell function? Since FMZ doesn't have a direct API interface, please ask if there is a solution.


More

The Little DreamThis data can be queried in the Info of the order structure, and if the exchange does not provide such data, it can only be compiled at the strategic level.

The Little DreamIt is necessary to describe the specific details, the order completion time refers to the order completion, or the order is fully completed.

The Little Dream OK

churchillxyOkay, thank you, I'm now using the two functions getorder ((ID)) and getRawJSON (()) together to get more detailed order data.