public method IInstrumentsManager.getInstrumentByOfferId

Brief

Gets a data of a specific instrument by its offer ID

Declaration

protojavascriptjavacsharp
public getInstrumentByOfferId(offerId : string) : Instrument

Parameters
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

See also: Instrument

Declared in IInstrumentsManager

back