OpenFIGI / api-examples

Examples of programs that interact with the OpenFIGI services via their APIs.
Apache License 2.0
137 stars 50 forks source link

C# OpenFIGIRequest contructor #18

Closed innominate227 closed 6 years ago

innominate227 commented 6 years ago

the single string constructor of OpenFIGIRequest can cause misleading results because of how it tries to split the market and exchange codes from the ticker.

For instance a request for new OpenFIGIRequest("USX US Equity") will return the FIGI for "X US Equity" instead.

jayflo commented 6 years ago

19

We removed that constructor. The code is/was special to the contributor's application...so there is no need for us to maintain it here.