Send multiple objects #979
Answered
by
kriswest
florian-gandon
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi Florian,
Please see
https://fdc3.finos.org/docs/api/spec#broadcasting-and-listening-for-multiple-context-types
for the current advice on this. It refers to complex types that are
composed of other types and recommends broadcasting the simpler subtypes
first, followed by the complex type in quick succession. The same applies
to multiple types.
K
…On Fri, 5 May 2023, 13:14 Florian Gandon, ***@***.***> wrote:
Hello !
Do we have described how we should manage sending multiple type of objects
?
One after another ? For instance, if I send a country and then an
instrument. Should we reset or remove fields or id no present in the
instument ?
Together ?Like for instance:
data {
instrument {
type: "fdc3.instrument",
name: "Microsoft",
id: {
ISIN: "US5949181045"
}
}
country {
type: "fdc3.country",
name: "Sweden"
}
}
I've found a discussion talking about that, #545
<#545>, but nothing concrete and
I'm wondering if it was resolved.
Thank you !
Florian Gandon
—
Reply to this email directly, view it on GitHub
<#979>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAM7PBDPXMBELXHM5NQORLLXETVK3ANCNFSM6AAAAAAXXBDMWQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
florian-gandon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello !
Do we have described how we should manage sending multiple type of objects ?
One after another ? For instance, if I send a country and then an instrument. Should we reset or remove fields or id no present in the instument ?
Together ?Like for instance:
data {
instrument {
type: "fdc3.instrument",
name: "Microsoft",
id: {
ISIN: "US5949181045"
}
}
country {
type: "fdc3.country",
name: "Sweden"
}
}
I've found a discussion talking about that, #545, but nothing concrete and I'm wondering if it was resolved.
Thank you !
Florian Gandon
Beta Was this translation helpful? Give feedback.
All reactions