blpapi.test.deserializeService¶
- blpapi.test.deserializeService(serviceXMLStr)¶
Create a
blpapi.Serviceinstance from the specifiedserviceXMLStr.- Parameters
serviceXMLStr (str) – A
strrepresentation of ablpapi.ServiceinXMLformat. Thestrshould only contain ASCII characters without any embeddednullcharacters.- Returns
A
blpapi.Servicecreated fromserviceXMLStr.- Return type
- Raises
Exception – If deserialization fails.