OBJECT

ORDERREPLACE

link GraphQL Schema definition

  • type ORDERREPLACE implements ORDERCHANGE {
  • # The cre run by which this order change has been approved or locked
  • checkedBy: CRERUN
  • # The new volume that should be applied to the order.
  • newVolume: Value
  • uuid: UUID
  • newComment: String
  • newExpiration: EXPIRATION
  • oldLimit: LIMIT
  • # 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 replace has been requested explicitly or is
  • # unsolicited
  • unsolicited: Boolean
  • # Whether this order replace should be send to the counterpart or applied
  • # directly.
  • skipCounterpart: Boolean
  • oldExpiration: EXPIRATION
  • oldComment: String
  • # The new limit that should be applied to the order.
  • newLimit: LIMIT
  • # The status of the order change.
  • status: OrderChangeStatus
  • oldVolume: Value
  • # Flag that indicates whether the order change is closed or not.
  • closed: Boolean
  • id: Long
  • version: Long
  • }