home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Financial / Emerald1.0 / Source / AnalysisObject.h < prev    next >
Encoding:
Text File  |  1996-03-03  |  1.3 KB  |  75 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface AnalysisObject:Object
  5. {
  6.     id    AnalysisWindow;
  7.     id  AnalysisBox;
  8.     id  BuyBox;
  9.     id  SellBox;
  10.     id    Comm1;
  11.     id    Comm10;
  12.     id    Comm11;
  13.     id    Comm12;
  14.     id    Comm13;
  15.     id    Comm2;
  16.     id    Comm3;
  17.     id    Comm4;
  18.     id    Comm5;
  19.     id    Comm6;
  20.     id    Comm7;
  21.     id    Comm8;
  22.     id    Comm9;
  23.     id    CommissionWindow;
  24.     id    FlatFee;
  25.     id    NetAmountPerShare;
  26.     id    NetAmountPerShare2;
  27.     id    NetProfitLost;
  28.     id    NetProfitLostPerShare;
  29.     id    NumberOfShares;
  30.     id    NumberOfShares2;
  31.     id    PrincipalValue;
  32.     id    RadioButton;
  33.     id    SharePriceDifference;
  34.     id    Stock1;
  35.     id    Stock10;
  36.     id    Stock11;
  37.     id    Stock12;
  38.     id    Stock13;
  39.     id    Stock2;
  40.     id    Stock3;
  41.     id    Stock4;
  42.     id    Stock5;
  43.     id    Stock6;
  44.     id    Stock7;
  45.     id    Stock8;
  46.     id    Stock9;
  47.     id    StockPrice;
  48.     id    StockPrice2;
  49.     id    TeleMaxInput;
  50.     id    Total;        // Net Amount Buy Box
  51.     id    Total2;        // Net Amount Sell Box
  52.     id    TotalCommission;
  53.     id    TotalCommission2;
  54.     id    TotalCommissionCharges;
  55.     id    TotalCommPerShare;
  56.     id    TotalStockPrice;
  57.     id    TotalStockPrice2;
  58.     id    BreakEven;
  59.     id    MyScrollView;
  60.     id    ReportWindow;
  61.     id  document; // document id variable
  62. }
  63.  
  64. - Calc:sender;
  65. - DirectTrading:sender;
  66. - PrintCalc:sender;
  67. - PrintCommSchedule:sender;
  68. - TeleMax:sender;
  69. - PrintBuy:sender;
  70. - PrintSell:sender;
  71. - PrintAll:sender;
  72. - appendText:sender;
  73.  
  74. @end
  75.