BLPAPI C++ 3.26.6
Loading...
Searching...
No Matches
Deprecated List
Member AbstractSession::createUserHandle ()
Use createIdentity() instead.
Member BloombergLP::blpapi::OstreamWriter (const char *data, int length, void *stream)
Use StreamProxyOstream::writeToStream instead.
Member ConstantList::getConstant (const char *name) const
Use the form that takes Name instead of const char*.
Member Datetime::isValid () const
Use isValidDate() and/or isValidTime() instead.
Member Datetime::milliSeconds () const
Use milliseconds() instead.
Member Element::getElement (Element *result, const char *name) const
Use the form that takes Name instead of const char*.
Member Element::getElement (const char *name) const
Use the form that takes Name instead of const char*.
Member Element::getElementAsBool (const char *name) const
Use the form that takes Name instead of const char*.
Member Element::getElementAsChar (const char *name) const
Use the form that takes Name instead of const char*.
Member Element::getElementAsDatetime (const char *name) const
Use the form that takes Name instead of const char*.
Member Element::getElementAsFloat32 (const char *name) const
Use the form that takes Name instead of const char*.
Member Element::getElementAsFloat64 (const char *name) const
Use the form that takes Name instead of const char*.
Member Element::getElementAsInt32 (const char *name) const
Use the form that takes Name instead of const char*.
Member Element::getElementAsInt64 (const char *name) const
Use the form that takes Name instead of const char*.
Member Element::getElementAsName (const char *name) const
Use the form that takes Name instead of const char*.
Member Element::getElementAsString (const char *name) const
Use the form that takes Name instead of const char*.
Member Element::hasElement (const char *name, bool excludeNullElements=false) const
Use the form that takes Name instead of const char* or hasElement(Name::findName(name)) when fields are not known ahead of time.
Member Element::setChoice (const char *selectionName)
Use the form that takes Name instead of const char*.
Member Element::setElement (const char *name, bool value)
Use the form that takes Name instead of const char*.
Member Element::setElement (const char *name, char value)
Use the form that takes Name instead of const char*.
Member Element::setElement (const char *name, Int32 value)
Use the form that takes Name instead of const char*.
Member Element::setElement (const char *name, Int64 value)
Use the form that takes Name instead of const char*.
Member Element::setElement (const char *name, Float32 value)
Use the form that takes Name instead of const char*.
Member Element::setElement (const char *name, Float64 value)
Use the form that takes Name instead of const char*.
Member Element::setElement (const char *name, const Datetime &value)
Use the form that takes Name instead of const char*.
Member Element::setElement (const char *name, const char *value)
Use the form that takes Name instead of const char*.
Member Element::setElement (const char *name, const Name &value)
Use the form that takes Name instead of const char*.
Member EventFormatter::appendMessage (const char *messageType, const Topic &topic)
Use the form that takes Name instead of const char*.
Member EventFormatter::appendMessage (const char *messageType, const Topic &topic, unsigned int sequenceNumber)
Use the form that takes Name instead of const char*.
Member EventFormatter::appendRecapMessage (const char *messageType, const Topic &topic, Message::Fragment fragmentType=Message::FRAGMENT_NONE)
Use the form that takes Name instead of const char*.
Member EventFormatter::appendRecapMessage (const char *messageType, const Topic &topic, unsigned int sequenceNumber)
Use the form that takes Name instead of const char*.
Member EventFormatter::appendRecapMessage (const char *messageType, const Topic &topic, Message::Fragment fragmentType, unsigned int sequenceNumber)
Use the form that takes Name instead of const char*.
Member EventFormatter::appendRecapMessage (const char *messageType, const CorrelationId &cid, Message::Fragment fragmentType=Message::FRAGMENT_NONE)
Use the form that takes Name instead of const char*.
Member EventFormatter::appendResponse (const char *operationName)
Use the form that takes Name instead of const char*.
Member EventFormatter::pushElement (const char *name)
Use the form that takes Name instead of const char*.
Member EventFormatter::setElement (const char *name, bool value)
Use the form that takes Name instead of const char*.
Member EventFormatter::setElement (const char *name, char value)
Use the form that takes Name instead of const char*.
Member EventFormatter::setElement (const char *name, Int32 value)
Use the form that takes Name instead of const char*.
Member EventFormatter::setElement (const char *name, Int64 value)
Use the form that takes Name instead of const char*.
Member EventFormatter::setElement (const char *name, Float32 value)
Use the form that takes Name instead of const char*.
Member EventFormatter::setElement (const char *name, Float64 value)
Use the form that takes Name instead of const char*.
Member EventFormatter::setElement (const char *name, const Datetime &value)
Use the form that takes Name instead of const char*.
Member EventFormatter::setElement (const char *name, const Datetime::HighPrecision &value)
Use the form that takes Name instead of const char*.
Member EventFormatter::setElement (const char *name, const char *value)
Use the form that takes Name instead of const char*.
Member EventFormatter::setElement (const char *name, const Name &value)
Use the form that takes Name instead of const char*.
Member EventFormatter::setElementNull (const char *name)
Use the form that takes Name instead of const char*.
Class FieldNotFoundException
This exception is not used.
Member Identity::isValid () const
Use isAuthorized() to check authorization status instead.
Member Message::getElement (const char *name) const
Use the form that takes Name instead of const char*.
Member Message::getElementAsBool (const char *name) const
Use the form that takes Name instead of const char*.
Member Message::getElementAsChar (const char *name) const
Use the form that takes Name instead of const char*.
Member Message::getElementAsDatetime (const char *name) const
Use the form that takes Name instead of const char*.
Member Message::getElementAsFloat32 (const char *name) const
Use the form that takes Name instead of const char*.
Member Message::getElementAsFloat64 (const char *name) const
Use the form that takes Name instead of const char*.
Member Message::getElementAsInt32 (const char *name) const
Use the form that takes Name instead of const char*.
Member Message::getElementAsInt64 (const char *name) const
Use the form that takes Name instead of const char*.
Member Message::getElementAsString (const char *name) const
Use the form that takes Name instead of const char*.
Member Message::getPrivateData (size_t *size) const
This method is no longer supported.
Member Message::hasElement (const char *name, bool excludeNullElements=false) const
Use the form that takes Name instead of const char* or hasElement(Name::findName(name)) when fields are not known ahead of time.
Member Message::topicName () const
This method always returns an empty string.
Member ProviderSession::createTopic (const Message &message)
Use createTopics or createTopicsAsync instead.
Member Request::append (const char *name, bool value)
Use the form that takes Name instead of const char*.
Member Request::append (const char *name, char value)
Use the form that takes Name instead of const char*.
Member Request::append (const char *name, Int32 value)
Use the form that takes Name instead of const char*.
Member Request::append (const char *name, Int64 value)
Use the form that takes Name instead of const char*.
Member Request::append (const char *name, Float32 value)
Use the form that takes Name instead of const char*.
Member Request::append (const char *name, Float64 value)
Use the form that takes Name instead of const char*.
Member Request::append (const char *name, const Datetime &value)
Use the form that takes Name instead of const char*.
Member Request::append (const char *name, const char *value)
Use the form that takes Name instead of const char*.
Member Request::getElement (const char *name)
Use the form that takes Name instead of const char*.
Member Request::getElement (const char *name) const
Use the form that takes Name instead of const char*.
Member Request::set (const char *name, bool value)
Use the form that takes Name instead of const char*.
Member Request::set (const char *name, char value)
Use the form that takes Name instead of const char*.
Member Request::set (const char *name, Int32 value)
Use the form that takes Name instead of const char*.
Member Request::set (const char *name, Int64 value)
Use the form that takes Name instead of const char*.
Member Request::set (const char *name, Float32 value)
Use the form that takes Name instead of const char*.
Member Request::set (const char *name, Float64 value)
Use the form that takes Name instead of const char*.
Member Request::set (const char *name, const Datetime &value)
Use the form that takes Name instead of const char*.
Member Request::set (const char *name, const char *value)
Use the form that takes Name instead of const char*.
Member ResolutionList::addAttribute (const Name &attribute)
Attributes are no longer supported.
Member ResolutionList::attribute (const Name &attribute, const CorrelationId &correlationId) const
Attributes are no longer supported.
Member ResolutionList::attributeAt (const Name &attribute, size_t index) const
Attributes are no longer supported.
Member ResolutionList::extractAttributeFromResolutionSuccess (Message const &message, Name const &attribute)
Attributes are no longer supported.
Member SchemaTypeDefinition::getElementDefinition (const char *nameString) const
Use the form that takes Name instead of const char*.
Member Service::createAdminEvent () const
Use Service::createPublishEvent() instead.
Member Service::getEventDefinition (const char *name) const
Use the form that takes Name instead of const char*.
Member Service::getOperation (const char *name) const
Use the form that takes Name instead of const char*.
Member SessionOptions::setDefaultServices (const char *defaultServices)
Use setDefaultSubscriptionService() instead.
Member SubscriptionList::addResolved (const char *subscriptionString)
since 3.25.2. Usage of pre-resolved topics is no longer supported.
Member SubscriptionList::addResolved (const char *subscriptionString, const CorrelationId &correlationId)
since 3.25.2. Usage of pre-resolved topics is no longer supported.
Member SubscriptionList::isResolvedTopicAt (size_t index) const
since 3.25.2. Usage of pre-resolved topics is no longer supported.