public override void setFromSerial(FpmlSerializedCSharp.ISerialized serial_Class)
        {
            FpmlSerializedCSharp.Index      serial_index      = serial_Class as FpmlSerializedCSharp.Index;
            FpmlSerializedCSharp.StockIndex serial_stockIndex = serial_index.StockIndex_;

            //this.KRCode_ = serial_stockIndex.KrCode_.ValueStr;
            //this.Name_ = serial_stockIndex.Name_.ValueStr;
            //this.BasePrice_ = serial_stockIndex.BasePrice_.DoubleValue();
        }
 public StockIndexViewModel(FpmlSerializedCSharp.StockIndex stockIndex)
 {
     // TODO: Complete member initialization
     this.stockIndex = stockIndex;
 }
 public void setFromSerial(FpmlSerializedCSharp.ISerialized serial_Class)
 {
     FpmlSerializedCSharp.StockIndex serial_StockIndex = serial_Class as FpmlSerializedCSharp.StockIndex;
 }