Latest generation

This commit is contained in:
ci core model
2026-05-29 13:51:35 +00:00
parent 8d24bc1cb5
commit 6dfe5f43ff
4 changed files with 5 additions and 5 deletions

View File

@@ -1121,7 +1121,7 @@ class AppointmentSummaryToOrder$Type extends MessageType<AppointmentSummaryToOrd
{ no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => AppointmentSummaryToOrderPayload },
{ no: 4, name: "EventPayload", kind: "message", localName: "EventPayload", jsonName: "EventPayload", T: () => AppointmentSummaryToOrderPayload },
{ no: 5, name: "PreviousPayload", kind: "message", localName: "PreviousPayload", jsonName: "PreviousPayload", T: () => AppointmentSummaryToOrderPayload }
], { "api.messageType": "Command", "api.action": "AppointmentSummaryToOrder", "api.resultingEvent": "trade.order.AppointmentUpdated", "api.triggerEventFilters": "Created,CommissionsUpdated" });
], { "api.messageType": "Command", "api.action": "AppointmentSummaryToOrder", "api.resultingEvent": "trade.order.AppointmentUpdated", "api.triggerEventFilters": "Created,CommissionsUpdated", "api.resultingEventKeepResource": true });
}
create(value?: PartialMessage<AppointmentSummaryToOrder>): AppointmentSummaryToOrder {
const message = globalThis.Object.create((this.messagePrototype!));
@@ -1255,7 +1255,7 @@ class AppointmentSummaryToExecutionflow$Type extends MessageType<AppointmentSumm
{ no: 3, name: "Payload", kind: "message", localName: "Payload", jsonName: "Payload", T: () => AppointmentSummaryToExecutionflowPayload },
{ no: 4, name: "EventPayload", kind: "message", localName: "EventPayload", jsonName: "EventPayload", T: () => AppointmentSummaryToExecutionflowPayload },
{ no: 5, name: "PreviousPayload", kind: "message", localName: "PreviousPayload", jsonName: "PreviousPayload", T: () => AppointmentSummaryToExecutionflowPayload }
], { "api.messageType": "Command", "api.action": "AppointmentSummaryToExecutionflow", "api.resultingEvent": "trade.executionflow.AppointmentUpdated", "api.triggerEventFilters": "Created,CommissionsUpdated" });
], { "api.messageType": "Command", "api.action": "AppointmentSummaryToExecutionflow", "api.resultingEvent": "trade.executionflow.AppointmentUpdated", "api.triggerEventFilters": "Created,CommissionsUpdated", "api.resultingEventKeepResource": true });
}
create(value?: PartialMessage<AppointmentSummaryToExecutionflow>): AppointmentSummaryToExecutionflow {
const message = globalThis.Object.create((this.messagePrototype!));