public method IInstrumentsManager.getInstrumentDescriptorByOfferId

Brief

Gets a data of a specific instrument descriptor by its offer ID

Declaration

protojavascriptjavacsharp
public getInstrumentDescriptorByOfferId(offerId : string) : InstrumentDescriptor

Parameters
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

See also: InstrumentDescriptor

Declared in IInstrumentsManager

back