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