⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mutablestock.java

📁 JStock是一个免费股市软件
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
                stock.getChangePricePercentage(),
                lastVolume,
                stock.getBuyPrice(),
                stock.getBuyQuantity(),
                stock.getSellPrice(),
                stock.getSellQuantity(),
                stock.getSecondBuyPrice(),
                stock.getSecondBuyQuantity(),
                stock.getSecondSellPrice(),
                stock.getSecondSellQuantity(),
                stock.getThirdBuyPrice(),
                stock.getThirdBuyQuantity(),
                stock.getThirdSellPrice(),
                stock.getThirdSellQuantity(),
                stock.getCalendar()
                );
        
        this.stock = s;        
    }

    public void setBuyPrice(double buyPrice) {
        final Stock s = new Stock(
                stock.getCode(),
                stock.getSymbol(),
                stock.getName(),
                stock.getBoard(),
                stock.getIndustry(),
                stock.getOpenPrice(),
                stock.getLastPrice(),
                stock.getHighPrice(),
                stock.getLowPrice(),
                stock.getVolume(),
                stock.getChangePrice(),
                stock.getChangePricePercentage(),
                stock.getLastVolume(),
                buyPrice,
                stock.getBuyQuantity(),
                stock.getSellPrice(),
                stock.getSellQuantity(),
                stock.getSecondBuyPrice(),
                stock.getSecondBuyQuantity(),
                stock.getSecondSellPrice(),
                stock.getSecondSellQuantity(),
                stock.getThirdBuyPrice(),
                stock.getThirdBuyQuantity(),
                stock.getThirdSellPrice(),
                stock.getThirdSellQuantity(),
                stock.getCalendar()
                );
        
        this.stock = s;        
    }

    public void setBuyQuantity(int buyQuantity) {
        final Stock s = new Stock(
                stock.getCode(),
                stock.getSymbol(),
                stock.getName(),
                stock.getBoard(),
                stock.getIndustry(),
                stock.getOpenPrice(),
                stock.getLastPrice(),
                stock.getHighPrice(),
                stock.getLowPrice(),
                stock.getVolume(),
                stock.getChangePrice(),
                stock.getChangePricePercentage(),
                stock.getLastVolume(),
                stock.getBuyPrice(),
                buyQuantity,
                stock.getSellPrice(),
                stock.getSellQuantity(),
                stock.getSecondBuyPrice(),
                stock.getSecondBuyQuantity(),
                stock.getSecondSellPrice(),
                stock.getSecondSellQuantity(),
                stock.getThirdBuyPrice(),
                stock.getThirdBuyQuantity(),
                stock.getThirdSellPrice(),
                stock.getThirdSellQuantity(),
                stock.getCalendar()
                );
        
        this.stock = s;        
    }

    public void setSellPrice(double sellPrice) {
        final Stock s = new Stock(
                stock.getCode(),
                stock.getSymbol(),
                stock.getName(),
                stock.getBoard(),
                stock.getIndustry(),
                stock.getOpenPrice(),
                stock.getLastPrice(),
                stock.getHighPrice(),
                stock.getLowPrice(),
                stock.getVolume(),
                stock.getChangePrice(),
                stock.getChangePricePercentage(),
                stock.getLastVolume(),
                stock.getBuyPrice(),
                stock.getBuyQuantity(),
                sellPrice,
                stock.getSellQuantity(),
                stock.getSecondBuyPrice(),
                stock.getSecondBuyQuantity(),
                stock.getSecondSellPrice(),
                stock.getSecondSellQuantity(),
                stock.getThirdBuyPrice(),
                stock.getThirdBuyQuantity(),
                stock.getThirdSellPrice(),
                stock.getThirdSellQuantity(),
                stock.getCalendar()
                );
        
        this.stock = s;        
    }

    public void setSellQuantity(int sellQuantity) {
        final Stock s = new Stock(
                stock.getCode(),
                stock.getSymbol(),
                stock.getName(),
                stock.getBoard(),
                stock.getIndustry(),
                stock.getOpenPrice(),
                stock.getLastPrice(),
                stock.getHighPrice(),
                stock.getLowPrice(),
                stock.getVolume(),
                stock.getChangePrice(),
                stock.getChangePricePercentage(),
                stock.getLastVolume(),
                stock.getBuyPrice(),
                stock.getBuyQuantity(),
                stock.getSellPrice(),
                sellQuantity,
                stock.getSecondBuyPrice(),
                stock.getSecondBuyQuantity(),
                stock.getSecondSellPrice(),
                stock.getSecondSellQuantity(),
                stock.getThirdBuyPrice(),
                stock.getThirdBuyQuantity(),
                stock.getThirdSellPrice(),
                stock.getThirdSellQuantity(),
                stock.getCalendar()
                );
        
        this.stock = s;
    }
    
    public void setSecondBuyPrice(double secondBuyPrice) {
        final Stock s = new Stock(
                stock.getCode(),
                stock.getSymbol(),
                stock.getName(),
                stock.getBoard(),
                stock.getIndustry(),
                stock.getOpenPrice(),
                stock.getLastPrice(),
                stock.getHighPrice(),
                stock.getLowPrice(),
                stock.getVolume(),
                stock.getChangePrice(),
                stock.getChangePricePercentage(),
                stock.getLastVolume(),
                stock.getBuyPrice(),
                stock.getBuyQuantity(),
                stock.getSellPrice(),
                stock.getSellQuantity(),
                secondBuyPrice,
                stock.getSecondBuyQuantity(),
                stock.getSecondSellPrice(),
                stock.getSecondSellQuantity(),
                stock.getThirdBuyPrice(),
                stock.getThirdBuyQuantity(),
                stock.getThirdSellPrice(),
                stock.getThirdSellQuantity(),
                stock.getCalendar()
                );
        
        this.stock = s;        
    }
    
    public void setSecondBuyQuantity(int secondBuyQuantity) {
        final Stock s = new Stock(
                stock.getCode(),
                stock.getSymbol(),
                stock.getName(),
                stock.getBoard(),
                stock.getIndustry(),
                stock.getOpenPrice(),
                stock.getLastPrice(),
                stock.getHighPrice(),
                stock.getLowPrice(),
                stock.getVolume(),
                stock.getChangePrice(),
                stock.getChangePricePercentage(),
                stock.getLastVolume(),
                stock.getBuyPrice(),
                stock.getBuyQuantity(),
                stock.getSellPrice(),
                stock.getSellQuantity(),
                stock.getSecondBuyPrice(),
                secondBuyQuantity,
                stock.getSecondSellPrice(),
                stock.getSecondSellQuantity(),
                stock.getThirdBuyPrice(),
                stock.getThirdBuyQuantity(),
                stock.getThirdSellPrice(),
                stock.getThirdSellQuantity(),
                stock.getCalendar()
                );
        
        this.stock = s;        
    }
    
    public void setSecondSellPrice(double secondSellPrice) {
        final Stock s = new Stock(
                stock.getCode(),
                stock.getSymbol(),
                stock.getName(),
                stock.getBoard(),
                stock.getIndustry(),
                stock.getOpenPrice(),
                stock.getLastPrice(),
                stock.getHighPrice(),
                stock.getLowPrice(),
                stock.getVolume(),
                stock.getChangePrice(),
                stock.getChangePricePercentage(),
                stock.getLastVolume(),
                stock.getBuyPrice(),
                stock.getBuyQuantity(),
                stock.getSellPrice(),
                stock.getSellQuantity(),
                stock.getSecondBuyPrice(),
                stock.getSecondBuyQuantity(),
                secondSellPrice,
                stock.getSecondSellQuantity(),
                stock.getThirdBuyPrice(),
                stock.getThirdBuyQuantity(),
                stock.getThirdSellPrice(),
                stock.getThirdSellQuantity(),
                stock.getCalendar()
                );
        
        this.stock = s;        
    }
    
    public void setSecondSellQuantity(int secondSellQuantity) {
        final Stock s = new Stock(
                stock.getCode(),
                stock.getSymbol(),
                stock.getName(),
                stock.getBoard(),
                stock.getIndustry(),
                stock.getOpenPrice(),
                stock.getLastPrice(),
                stock.getHighPrice(),
                stock.getLowPrice(),
                stock.getVolume(),
                stock.getChangePrice(),
                stock.getChangePricePercentage(),
                stock.getLastVolume(),
                stock.getBuyPrice(),
                stock.getBuyQuantity(),
                stock.getSellPrice(),
                stock.getSellQuantity(),
                stock.getSecondBuyPrice(),
                stock.getSecondBuyQuantity(),
                stock.getSecondSellPrice(),
                secondSellQuantity,
                stock.getThirdBuyPrice(),
                stock.getThirdBuyQuantity(),
                stock.getThirdSellPrice(),
                stock.getThirdSellQuantity(),
                stock.getCalendar()
                );
        
        this.stock = s;        
    }
    
    public void setThirdBuyPrice(double thirdBuyPrice) {
        final Stock s = new Stock(
                stock.getCode(),
                stock.getSymbol(),
                stock.getName(),
                stock.getBoard(),
                stock.getIndustry(),
                stock.getOpenPrice(),
                stock.getLastPrice(),
                stock.getHighPrice(),
                stock.getLowPrice(),
                stock.getVolume(),
                stock.getChangePrice(),
                stock.getChangePricePercentage(),
                stock.getLastVolume(),
                stock.getBuyPrice(),
                stock.getBuyQuantity(),
                stock.getSellPrice(),
                stock.getSellQuantity(),
                stock.getSecondBuyPrice(),
                stock.getSecondBuyQuantity(),
                stock.getSecondSellPrice(),
                stock.getSecondSellQuantity(),
                thirdBuyPrice,
                stock.getThirdBuyQuantity(),
                stock.getThirdSellPrice(),
                stock.getThirdSellQuantity(),
                stock.getCalendar()
                );
        
        this.stock = s;        
    }
    
    public void setThirdBuyQuantity(int thirdBuyQuantity) {
        final Stock s = new Stock(
                stock.getCode(),
                stock.getSymbol(),
                stock.getName(),
                stock.getBoard(),
                stock.getIndustry(),
                stock.getOpenPrice(),
                stock.getLastPrice(),
                stock.getHighPrice(),
                stock.getLowPrice(),
                stock.getVolume(),
                stock.getChangePrice(),
                stock.getChangePricePercentage(),
                stock.getLastVolume(),
                stock.getBuyPrice(),
                stock.getBuyQuantity(),
                stock.getSellPrice(),
                stock.getSellQuantity(),
                stock.getSecondBuyPrice(),
                stock.getSecondBuyQuantity(),
                stock.getSecondSellPrice(),
                stock.getSecondSellQuantity(),
                stock.getThirdBuyPrice(),
                thirdBuyQuantity,
                stock.getThirdSellPrice(),
                stock.getThirdSellQuantity(),
                stock.getCalendar()
                );
        
        this.stock = s;        
    }
    
    public void setThirdSellPrice(double thirdSellPrice) {
        final Stock s = new Stock(
                stock.getCode(),
                stock.getSymbol(),
                stock.getName(),
                stock.getBoard(),
                stock.getIndustry(),
                stock.getOpenPrice(),
                stock.getLastPrice(),
                stock.getHighPrice(),
                stock.getLowPrice(),
                stock.getVolume(),
                stock.getChangePrice(),
                stock.getChangePricePercentage(),
                stock.getLastVolume(),
                stock.getBuyPrice(),
                stock.getBuyQuantity(),
                stock.getSellPrice(),
                stock.getSellQuantity(),
                stock.getSecondBuyPrice(),
                stock.getSecondBuyQuantity(),
                stock.getSecondSellPrice(),
                stock.getSecondSellQuantity(),
                stock.getThirdBuyPrice(),
                stock.getThirdBuyQuantity(),
                thirdSellPrice,
                stock.getThirdSellQuantity(),
                stock.getCalendar()
                );
        
        this.stock = s;        
    }
    
    public void setThirdSellQuantity(int thirdSellQuantity) {
        final Stock s = new Stock(
                stock.getCode(),
                stock.getSymbol(),
                stock.getName(),
                stock.getBoard(),
                stock.getIndustry(),
                stock.getOpenPrice(),
                stock.getLastPrice(),
                stock.getHighPrice(),
                stock.getLowPrice(),
                stock.getVolume(),
                stock.getChangePrice(),
                stock.getChangePricePercentage(),
                stock.getLastVolume(),
                stock.getBuyPrice(),
                stock.getBuyQuantity(),
                stock.getSellPrice(),
                stock.getSellQuantity(),
                stock.getSecondBuyPrice(),
                stock.getSecondBuyQuantity(),
                stock.getSecondSellPrice(),
                stock.getSecondSellQuantity(),
                stock.getThirdBuyPrice(),
                stock.getThirdBuyQuantity(),
                stock.getThirdSellPrice(),
                thirdSellQuantity,
                stock.getCalendar()
                );
        
        this.stock = s;        
    } 
    
    private Stock stock;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -