public method IInstrumentsManager.getInstrumentByOfferId
Overview
Gets a data of a specific instrument by its offer ID
Declaration
function getInstrumentByOfferId(offerId)
public Instrument getInstrumentByOfferId(String offerId);
public Instrument getInstrumentByOfferId(string offerId);
Parameters
| Name | Description |
|---|---|
| offerId | The parameter represents the unique identification number for the offer |
Returns
The method returns a data of a specific instrument by its offer ID
Details
Declared in IInstrumentsManager