Capital Markets Adapters 10.3.1 | Apama Capital Markets Adapters Documentation 10.3.1 | Citigroup FIX Adapter | Citigroup Colo SpotESP FIX Adapter | Password management
 
Password management
CITI Colo service provides an option to change the password by FIX messages. To use this feature, you have to use com.apama.fix.PasswordChangeRequest event (refer FIX_Events.mon for known event definition) and should listen to com.apama.fix.PasswordChangeResponse event to receive the acknowledgement.
For example:
com.apama.fix.PasswordChangeRequest("CITI-COLO-QUOTE","1",
"USER","OLDPASSWORD","NEWPASSWORD",{})
If the password is changed successfully, you will receive the following response:
com.apama.fix.PasswordChangeResponse("CITI-COLO-QUOTE", "1",
"USER",true,{"text":"Password Changed Successfully"});
The text field in PasswordChangeResponse carries the status of the password status.