309310311312313314315316317318319320321
if(instrument.tickSize().mantissa() == 0) { return MarketDoCuvol.NULL; } MarketCuvol cuvol = get(CUVOL); if (cuvol.isFrozen()) { final PriceValue priceStep = ValueBuilder.newPrice( instrument.tickSize().mantissa(), instrument.tickSize().exponent());
363364365366367368369370371372373374375
304305306307308309310311312313314315316
} protected final MarketDoCuvol loadCuvol() { MarketCuvol cuvol = get(CUVOL); if (cuvol.isFrozen()) { // TODO Value Converter final PriceValue priceStep = ValueBuilder.newPrice( instrument.tickSize().mantissa(), instrument.tickSize().exponent());
if(instrument.tickSize().mantissa() == 0) { return MarketDoCuvol.NULL; } MarketCuvol cuvol = get(CUVOL); if (cuvol.isFrozen()) { // TODO Value Converter final PriceValue priceStep = ValueBuilder.newPrice( instrument.tickSize().mantissa(), instrument.tickSize().exponent());
310311312313314315316317318319320321322
251252253254255256257258259260261262263
} protected final MarketDoCuvol loadCuvol() { MarketCuvol cuvol = get(CUVOL); if (cuvol.isFrozen()) { final MarketInstrument inst = get(INSTRUMENT); final PriceValue priceStep = inst.get(PRICE_STEP); final VarCuvol varCuvol = new VarCuvol(priceStep);