type.googleapis.com.CandlesPbMsg.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "options": {
  3. "syntax": "proto3"
  4. },
  5. "nested": {
  6. "type": {
  7. "nested": {
  8. "googleapis": {
  9. "nested": {
  10. "com": {
  11. "nested": {
  12. "Response": {
  13. "fields": {
  14. "biz": {
  15. "type": "string",
  16. "id": 1
  17. },
  18. "type": {
  19. "type": "string",
  20. "id": 2
  21. },
  22. "base": {
  23. "type": "string",
  24. "id": 3
  25. },
  26. "quote": {
  27. "type": "string",
  28. "id": 4
  29. },
  30. "contractcode": {
  31. "type": "string",
  32. "id": 5
  33. },
  34. "granularity": {
  35. "type": "string",
  36. "id": 6
  37. },
  38. "data": {
  39. "type": "Data",
  40. "id": 7
  41. },
  42. "env": {
  43. "type": "int32",
  44. "id": 8
  45. }
  46. }
  47. },
  48. "Data": {
  49. "fields": {
  50. "typeUrl": {
  51. "type": "string",
  52. "id": 1
  53. },
  54. "value": {
  55. "type": "KlineData",
  56. "id": 2
  57. }
  58. }
  59. },
  60. "KlineData": {
  61. "fields": {
  62. "createate": {
  63. "type": "int64",
  64. "id": 1
  65. },
  66. "low": {
  67. "type": "string",
  68. "id": 2
  69. },
  70. "high": {
  71. "type": "string",
  72. "id": 3
  73. },
  74. "open": {
  75. "type": "string",
  76. "id": 4
  77. },
  78. "close": {
  79. "type": "string",
  80. "id": 5
  81. },
  82. "amount": {
  83. "type": "string",
  84. "id": 6
  85. },
  86. "size": {
  87. "type": "string",
  88. "id": 7
  89. }
  90. }
  91. }
  92. }
  93. }
  94. }
  95. }
  96. }
  97. }
  98. }
  99. }