Transaction GetMyOrders
Authentication mode: Checked (known user, must have the privilege)
Database access mode: reading
returns all orders created by the current user
Inputs:
- oldest: int64
unix timestamp for the oldest order to be returned (compared with ordertime)
- includeall: bool
if true: include all orders that the user ever touched
Outputs: