public method IInstrumentsManager.getInstrumentDescriptorByOfferId
Overview
Gets a data of a specific instrument descriptor by its offer ID
Declaration
function getInstrumentDescriptorByOfferId(offerId)
public InstrumentDescriptor getInstrumentDescriptorByOfferId(String offerId);
public InstrumentDescriptor getInstrumentDescriptorByOfferId(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 descriptor by its offer ID
Details
Declared in IInstrumentsManager