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

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