Oi data for commodity ( SILVERMIC24FEB FUT ) showing up as zero in all 3 fields i.e.

gautama
Although I am able to retrieve quote mode market data these 3 fields for Silver futures shows up as zero in all ticks over an hour.

@SerializedName("oi")
private double oi;
@SerializedName("openInterestDayHigh")
private double oiDayHigh;
@SerializedName("openInterestDayLow")
private double oiDayLow;

@sujith help please
  • gautama
    Scratch that :) fullMode switch needs to be done only after subscribe method and oi data is received correctly once I switch to full mode.
This discussion has been closed.