internal static Gss.Entities.JTWEntityes.HisData ToHisDataInfo(Gss.TradeService.TradeService.HisData hisdata)
 {
     Gss.Entities.JTWEntityes.HisData hd = new Entities.JTWEntityes.HisData();
     hd.Closeprice = hisdata.closeprice;
     hd.Highprice  = hisdata.highprice;
     hd.Lowprice   = hisdata.lowprice;
     hd.Openprice  = hisdata.openprice;
     hd.Volnum     = hisdata.volnum;
     hd.Weektime   = hisdata.weektime;
     return(hd);
 }
 internal static Gss.Entities.JTWEntityes.HisData ToHisDataInfo(Gss.TradeService.TradeService.HisData hisdata)
 {
     Gss.Entities.JTWEntityes.HisData hd = new Entities.JTWEntityes.HisData();
     hd.Closeprice = hisdata.closeprice;
     hd.Highprice = hisdata.highprice;
     hd.Lowprice = hisdata.lowprice;
     hd.Openprice = hisdata.openprice;
     hd.Volnum = hisdata.volnum;
     hd.Weektime = hisdata.weektime;
     return hd;
 }