market.v2.trade.area.tickers.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "options": {
  3. "syntax": "proto3"
  4. },
  5. "nested": {
  6. "market": {
  7. "nested": {
  8. "v2": {
  9. "nested": {
  10. "trade": {
  11. "nested": {
  12. "area": {
  13. "nested": {
  14. "tickers": {
  15. "nested": {
  16. "Response": {
  17. "fields": {
  18. "code": {
  19. "type": "int32",
  20. "id": 1
  21. },
  22. "msg": {
  23. "type": "string",
  24. "id": 2
  25. },
  26. "status": {
  27. "type": "string",
  28. "id": 3
  29. },
  30. "ts": {
  31. "type": "int64",
  32. "id": 4
  33. },
  34. "ch": {
  35. "type": "string",
  36. "id": 5
  37. },
  38. "tradeareapair": {
  39. "type": "TradeAreaPair",
  40. "id": 6
  41. }
  42. }
  43. },
  44. "TradeAreaPair": {
  45. "fields": {
  46. "tradeidList": {
  47. "rule": "repeated",
  48. "type": "TradeArea",
  49. "id": 1
  50. }
  51. }
  52. },
  53. "TradeArea": {
  54. "fields": {
  55. "tradeid": {
  56. "type": "int32",
  57. "id": 1
  58. },
  59. "cny": {
  60. "type": "string",
  61. "id": 2
  62. },
  63. "buy": {
  64. "type": "string",
  65. "id": 3
  66. },
  67. "lever": {
  68. "type": "string",
  69. "id": 4
  70. },
  71. "sell": {
  72. "type": "string",
  73. "id": 5
  74. },
  75. "last": {
  76. "type": "string",
  77. "id": 6
  78. },
  79. "volume": {
  80. "type": "string",
  81. "id": 7
  82. },
  83. "change": {
  84. "type": "string",
  85. "id": 8
  86. },
  87. "high": {
  88. "type": "string",
  89. "id": 9
  90. },
  91. "low": {
  92. "type": "string",
  93. "id": 10
  94. },
  95. "isopen": {
  96. "type": "string",
  97. "id": 11
  98. },
  99. "open": {
  100. "type": "int32",
  101. "id": 12
  102. },
  103. "amount": {
  104. "type": "string",
  105. "id": 13
  106. },
  107. "isfiatconvert": {
  108. "type": "bool",
  109. "id": 14
  110. }
  111. }
  112. }
  113. }
  114. }
  115. }
  116. }
  117. }
  118. }
  119. }
  120. }
  121. }
  122. }
  123. }
  124. }