OBJECT

ORDERCANCEL

link GraphQL Schema definition

  • type ORDERCANCEL implements ORDERCHANGE {
  • # The cre run by which this order change has been approved or locked
  • checkedBy: CRERUN
  • # Whether this order cancel should be send to the counterpart or applied directly.
  • skipCounterpart: Boolean
  • # The order that is affected by this order change.
  • affectedOrder: ORDER
  • # The number that identifies the order change within the order.
  • number: Long
  • # Indicates whether this order cancel has been requested explicitly or is
  • # unsolicited
  • unsolicited: Boolean
  • # The status of the order change.
  • status: OrderChangeStatus
  • uuid: UUID
  • # Flag that indicates whether the order change is closed or not.
  • closed: Boolean
  • id: Long
  • version: Long
  • }