Ejemplo n.º 1
0
 def receiveFA(cls, faDataType, xml):
     """ generated source for method receiveFA """
     return cls.FINANCIAL_ADVISOR + " " + EClientSocket.faMsgTypeName(faDataType) + " " + xml
Ejemplo n.º 2
0
 def receiveFA(cls, faDataType, xml):
     return cls.FINANCIAL_ADVISOR + " " + EClientSocket.faMsgTypeName(
         faDataType) + " " + xml
Ejemplo n.º 3
0
 def receiveFA(cls, faDataType, xml):
     """ generated source for method receiveFA """
     return cls.FINANCIAL_ADVISOR + " " + EClientSocket.faMsgTypeName(
         faDataType) + " " + xml
Ejemplo n.º 4
0
 def receiveFA(cls, faDataType, xml):
     return cls.FINANCIAL_ADVISOR + " " + EClientSocket.faMsgTypeName(faDataType) + " " + xml