createRequest
Syntax
Description
[
        creates a Bloomberg® Hypermedia data request, where requestID,response] = createRequest(c,userCatalog,payload)c is the Bloomberg Hypermedia connection object, userCatalog is your catalog
        ID from Bloomberg, and payload is a structure that defines the request. 
[
        alternatively creates a Bloomberg Hypermedia data request that specifies the universe, field list, and trigger
        identifiers. requestID,response] = createRequest(c,userCatalog,universeID,fieldListID,triggerID)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b
See Also
bloombergHypermedia | createFieldList | createUniverse | createTrigger | getFieldLists | getUniverses | getTriggers | getFields | getData | getRequests