public override void setFromSerial(FpmlSerializedCSharp.ISerialized serial_Class)
        {
            FpmlSerializedCSharp.Excel_underlyingInfo serial_Excel_underlyingInfo = serial_Class as FpmlSerializedCSharp.Excel_underlyingInfo;
            FpmlSerializedCSharp.Excel_stockIndex     serial_Excel_stockIndex     = serial_Excel_underlyingInfo.Excel_stockIndex_;

            this.krCode_ = serial_Excel_stockIndex.KrCode_.ValueStr;

            this.name_ = serial_Excel_stockIndex.Name_.ValueStr;

            this.basePrice_ = serial_Excel_stockIndex.BasePrice_.ValueStr;
        }
        public override void setFromSerial(FpmlSerializedCSharp.ISerialized serial_Class)
        {
            FpmlSerializedCSharp.Excel_underlyingInfo serial_Excel_underlyingInfo = serial_Class as FpmlSerializedCSharp.Excel_underlyingInfo;
            FpmlSerializedCSharp.Excel_stockIndex     serial_Excel_stockIndex     = serial_Excel_underlyingInfo.Excel_stockIndex_;

            this.krCode_ = serial_Excel_stockIndex.KrCode_.ValueStr;

            this.nameTrans_ = new NameTrans(serial_Excel_stockIndex.Name_.ValueStr);

            this.basePrice_ = serial_Excel_stockIndex.BasePrice_.ValueStr;

            //this.view_ = new Excel_stockIndexView();
            //this.view_.DataContext = this;
        }