Latest generation

This commit is contained in:
ci core model
2026-06-01 08:10:10 +00:00
parent 0610eaf554
commit 0d9b8c3986
2 changed files with 3 additions and 3 deletions

View File

@@ -1382,7 +1382,7 @@ class AppointmentRemovedFromOrder$Type extends MessageType<AppointmentRemovedFro
{ no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => AppointmentRemovedFromOrderPayload },
{ no: 4, name: "EventPayload", kind: "message", localName: "EventPayload", jsonName: "EventPayload", T: () => AppointmentRemovedFromOrderPayload },
{ no: 5, name: "PreviousPayload", kind: "message", localName: "PreviousPayload", jsonName: "PreviousPayload", T: () => AppointmentRemovedFromOrderPayload }
], { "api.messageType": "Command", "api.action": "AppointmentRemovedFromOrder", "api.resultingEvent": "trade.order.AppointmentUpdated", "api.triggerEventFilters": "Deleted,Canceled" });
], { "api.messageType": "Command", "api.action": "AppointmentRemovedFromOrder", "api.resultingEvent": "trade.order.AppointmentUpdated", "api.triggerEventFilters": "Deleted,Canceled", "api.resultingEventKeepResource": true });
}
create(value?: PartialMessage<AppointmentRemovedFromOrder>): AppointmentRemovedFromOrder {
const message = globalThis.Object.create((this.messagePrototype!));
@@ -1509,7 +1509,7 @@ class AppointmentRemovedFromExecutionflow$Type extends MessageType<AppointmentRe
{ no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => AppointmentRemovedFromExecutionflowPayload },
{ no: 4, name: "EventPayload", kind: "message", localName: "EventPayload", jsonName: "EventPayload", T: () => AppointmentRemovedFromExecutionflowPayload },
{ no: 5, name: "PreviousPayload", kind: "message", localName: "PreviousPayload", jsonName: "PreviousPayload", T: () => AppointmentRemovedFromExecutionflowPayload }
], { "api.messageType": "Command", "api.action": "AppointmentRemovedFromExecutionflow", "api.resultingEvent": "trade.executionflow.AppointmentUpdated", "api.triggerEventFilters": "Deleted,Canceled" });
], { "api.messageType": "Command", "api.action": "AppointmentRemovedFromExecutionflow", "api.resultingEvent": "trade.executionflow.AppointmentUpdated", "api.triggerEventFilters": "Deleted,Canceled", "api.resultingEventKeepResource": true });
}
create(value?: PartialMessage<AppointmentRemovedFromExecutionflow>): AppointmentRemovedFromExecutionflow {
const message = globalThis.Object.create((this.messagePrototype!));