/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package javaapplication2;
/**
*
* @author Administrator
*/
public class stockData {
public
String stockName;
float stockTodayStartPrice;
float stockYesterdayStopPrice;
float stockNowPrice;
float stockTodayHighestPrice;
float stockTodayLowestPrice;
float stockBiddingBuyOne;
float stockBiddingSellOne;
float stockNumber;
float stockMoney;
float stockBuyOneNumber;
float stockBuyOnePrice;
float stockBuyTwoNumber;
float stockBuyTwoPrice;
float stockBuyThreeNumber;
float stockBuyThreePrice;
float stockBuyFourNumber;
float stockBuyFourPrice;
float stockBuyFiveNumber;
float stockBuyFivePrice;
float stockSellOneNumber;
float stockSellOnePrice;
float stockSellTwoNumber;
float stockSellTwoPrice;
float stockSellThreeNumber;
float stockSellThreePrice;
float stockSellFourNumber;
float stockSellFourPrice;
float stockSellFiveNumber;
float stockSellFivePrice;
String stockDate;
String stockTime;
}