Package com.ib.client.examples.model

Examples of com.ib.client.examples.model.UnderlyingData


    private final static String GENERIC_TICKS = "104, 106"; // Hist Vol, Imp Vol
    private UnderlyingData underlyingData = null;
    private List<Contract> optionContracts = new ArrayList<Contract>();

    public Example2(String symbol, String minImpVol, String volRatioLimit) {
        this.underlyingData = new UnderlyingData(symbol, Double.parseDouble(minImpVol), Double.parseDouble(volRatioLimit));
    }
View Full Code Here


    private final static String GENERIC_TICKS = "104, 106"; // Hist Vol, Imp Vol
    private UnderlyingData underlyingData = null;
    private List<Contract> optionContracts = new ArrayList<Contract>();

    public Example2(String symbol, String minImpVol, String volRatioLimit) {
        this.underlyingData = new UnderlyingData(symbol, Double.parseDouble(minImpVol), Double.parseDouble(volRatioLimit));
    }
View Full Code Here

TOP

Related Classes of com.ib.client.examples.model.UnderlyingData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.