public method RawOffer.getBidTradable

Brief

Gets the trading status of the bid price, it defines whether the bid price of the instrument is available for trading or not

Declaration

protojavascriptjavacsharp
public getBidTradable() : string

Returns

The method returns a string that represents the trading status of the bid price, it defines whether the bid price of the instrument is available for trading or not

Details

The possible return values are: T - The bid price is available for trading I - The bid price is view only N - The bid price is not available for trading

Declared in RawOffer

back