type.googleapis.com.CandlesPbMsg.json 3.0 KB

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