Imported from previous forum
Hi,
I’m using PartyDetailsListReport message to communicate details of firms along with a set of accounts (This is sent in response to a PartyDetailsListRequest).Due to some constraints i’m only communicating one account/firm per PartyDetailsListReport(i.e NoPartyDetails field(1671) in the message is always set to 1.)I also use Position Report & Collateral Report messages communicate Position & Collateral details(This too is sent in a similar manner where 1 position is communicated per AP message).Problem i have is for Position & Collateral requests i can respond with an acknowledgement message indicating the number of Position/Collateral reports that would follow.However for Parties since there’s no suck Ack message hence there’s no place for me to indicate how many reports are sent as a response to a PartyDetailsListRequest.Receiving Party essentially would not know how many PartyDetailsListReport messages are sent in response to their PartyDetailsListRequest message.
Is there any way to overcome this problem.
Any suggestions would be greatly appreciated.
Thanks in advance
The PartyDetailsListReport does support fragmentation if you need to split the response across multiple reports. Use TotNoParties (1512) for the total number of parties you are reporting and set LastFragment (893) to “Y” on your last report. The parties messages currently do not support a technical view, i.e. TotNumReports (911) with LastRptRequested (912) to count the number of messages. But maybe the counter for the number of parties works for you just as well due to the 1:1 relationship you have between parties and response messages.
Regards,
Hanno.
Hi,
I’m using PartyDetailsListReport message to communicate details of firms along with a set of accounts (This is sent in response to a PartyDetailsListRequest).Due to some constraints i’m only communicating one account/firm per PartyDetailsListReport(i.e NoPartyDetails field(1671) in the message is always set to 1.)I also use Position Report & Collateral Report messages communicate Position & Collateral details(This too is sent in a similar manner where 1 position is communicated per AP message).Problem i have is for Position & Collateral requests i can respond with an acknowledgement message indicating the number of Position/Collateral reports that would follow.However for Parties since there’s no suck Ack message hence there’s no place for me to indicate how many reports are sent as a response to a PartyDetailsListRequest.Receiving Party essentially would not know how many PartyDetailsListReport messages are sent in response to their PartyDetailsListRequest message.
Is there any way to overcome this problem.
Any suggestions would be greatly appreciated.
Thanks in advance
Hi Hano,
Thank you very much for your prompt response.Yes it seems to be the most feasible solution.Thanks again
The PartyDetailsListReport does support fragmentation if you need to split the response across multiple reports. Use TotNoParties (1512) for the total number of parties you are reporting and set LastFragment (893) to “Y” on your last report. The parties messages currently do not support a technical view, i.e. TotNumReports (911) with LastRptRequested (912) to count the number of messages. But maybe the counter for the number of parties works for you just as well due to the 1:1 relationship you have between parties and response messages.
Regards,
Hanno.
Hi,
I’m using PartyDetailsListReport message to communicate details of firms along with a set of accounts (This is sent in response to a PartyDetailsListRequest).Due to some constraints i’m only communicating one account/firm per PartyDetailsListReport(i.e NoPartyDetails field(1671) in the message is always set to 1.)I also use Position Report & Collateral Report messages communicate Position & Collateral details(This too is sent in a similar manner where 1 position is communicated per AP message).Problem i have is for Position & Collateral requests i can respond with an acknowledgement message indicating the number of Position/Collateral reports that would follow.However for Parties since there’s no suck Ack message hence there’s no place for me to indicate how many reports are sent as a response to a PartyDetailsListRequest.Receiving Party essentially would not know how many PartyDetailsListReport messages are sent in response to their PartyDetailsListRequest message.
Is there any way to overcome this problem.
Any suggestions would be greatly appreciated.
Thanks in advance