OBJECT
ORDERREPLACE
link GraphQL Schema definition
- type ORDERREPLACE implements ORDERCHANGE {
- # The cre run by which this order change has been approved or locked
- : CRERUN
- # The new volume that should be applied to the order.
- : Value
- : UUID
- : String
- : EXPIRATION
- : LIMIT
- # The order that is affected by this order change.
- : ORDER
- # The number that identifies the order change within the order.
- : Long
- # Indicates whether this order replace has been requested explicitly or is
- # unsolicited
- : Boolean
- # Whether this order replace should be send to the counterpart or applied
- # directly.
- : Boolean
- : EXPIRATION
- : String
- # The new limit that should be applied to the order.
- : LIMIT
- # The status of the order change.
- : OrderChangeStatus
- : Value
- # Flag that indicates whether the order change is closed or not.
- : Boolean
- : Long
- : Long
- }