How to implement account query in FIX protocol - fix-protocol

How can I implement a FIX message to inquiry an account's balance?
Is the CollateralInquiry is for that purpose?
Thanks

Related

Do we have any mechanism to send notification to all subscribers in one call?

Times of India CP has a query.
 
There is an API restriction of sending notifications to 1000 tokens in one call, this is mentioned in docs also. 
Do we have any mechanism to send notification to all subscribers in one call?
Please provide the API to perform this functionality.
Please provide any reference.
We look forward to your help.
You can refer to Topic-based Message Sending
Hope this could help with your issue. :)

How are fix accounts created?

The fix protocol has a logon message, but I can't find anything on how those accounts are created and verified.
Is there some other out of band mechanism for those accounts to be created?
Yes. It's out of band.
The way that accounts or users are managed is dependent upon the application's implementation and the organization's practices.

How to customize message on ADFS 3.0 sign-in page for an account lock?

I am using ADFS3.0. Suppose I enter incorrect credentials into ADFS sign-in page it returns error message "The user name or password is incorrect".
If due to some reason I try to log-in to ADFS 3.0 with a locked out account still it returns same message which is I think is not correct.
At this point I want to show a custom message say "Account has been locked-out" in place of "The user name or password is incorrect".
Could anybody help me on it ?
You can customize those messages. (You can explain that the account could be blocked and to try later) / contact IT for assistance, etc.
https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/dn280950(v=ws.11)#custom-error-messages
The reason it returns the same message is because of security.
Different messages could give hints as to how best to mount an attack.
To know that an account is locked out, ADFS would have to do an LDAP query to AD and that type of functionality is not available.

trigger code for custom woocommerce email

I am trying to write a custom email in in woocommerce that is triggered when a registered users'
status changes to a different level (i.e to platinum). How do I do this? Anyone know?
Thank You, Linda

Set PayPal Direct Payment errors language

Is there any way to set the language of the errors returned by PayPal when processing a Direct Payment API call?
I've tried with:
LOCALECODE=es_US
to show them in spanish, but no luck. I called PayPal Support and the person said he didn't know, that I should ask in the forums ?!?!?
Anyone knows how to do this?
PayPal is not going to return the error message back in the selected language for the buyer. If you are wanting language specific errors, you would need to create your own database. Then based on the country, and the error number that is returned you can display the correct error message in that particular language.
You are probably looking for this , or at least I think that the person to whom you were talking was suggesting this kind of approach.
Remember that you are handling moneys and payments here, if you are not sure about what are you doing spend some months/years to refine your approach.