public method IPriceHistoryManager.hasAskPrice

Brief

Checks wheather price history for the required instrument contains 'ask' prices

Declaration

protojavascriptjavacsharp
public hasAskPrice(instrument : string) : boolean

Parameters
instrument

The instrument required

Returns

The method returns 'true' if the required instrument contains 'ask' prices, 'false' otherwise

Details

Declared in IPriceHistoryManager

back