StockRestPojo.py 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. class StockRestPojo:
  2. date = ""
  3. time = ""
  4. now = ""
  5. high = ""
  6. low = ""
  7. open = ""
  8. close = ""
  9. preclose = ""
  10. roundlot = ""
  11. change = ""
  12. pctchange = ""
  13. volume = ""
  14. amount = ""
  15. volumeratio = ""
  16. commissionratio = ""
  17. commissiondiff = ""
  18. tradestatus = ""
  19. outvolume = ""
  20. involume = ""
  21. highlimit = ""
  22. lowlimit = ""
  23. speed = ""
  24. averageprice = ""
  25. buyprice1 = ""
  26. buyprice2 = ""
  27. buyprice3 = ""
  28. buyprice4 = ""
  29. buyprice5 = ""
  30. buyvolume1 = ""
  31. buyvolume2 = ""
  32. buyvolume3 = ""
  33. buyvolume4 = ""
  34. buyvolume5 = ""
  35. sellprice1 = ""
  36. sellprice2 = ""
  37. sellprice3 = ""
  38. sellprice4 = ""
  39. sellprice5 = ""
  40. sellvolume1 = ""
  41. sellvolume2 = ""
  42. sellvolume3 = ""
  43. sellvolume4 = ""
  44. sellvolume5 = ""
  45. closedtime = ""
  46. closedvolume = ""
  47. closedamount = ""
  48. dateOne = ""
  49. dateFive = ""
  50. dateFifteen = ""
  51. dateThirty = ""
  52. dateSixty = ""
  53. realTime = ""