market.v2.trade.recommend.pair.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "options": {
  3. "syntax": "proto3"
  4. },
  5. "nested": {
  6. "market": {
  7. "nested": {
  8. "v2": {
  9. "nested": {
  10. "trade": {
  11. "nested": {
  12. "recommend": {
  13. "nested": {
  14. "pair": {
  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. "recommendpair": {
  39. "type": "RecommendPair",
  40. "id": 6
  41. }
  42. }
  43. },
  44. "RecommendPair": {
  45. "fields": {
  46. "listList": {
  47. "rule": "repeated",
  48. "type": "PairInfo",
  49. "id": 1
  50. }
  51. }
  52. },
  53. "PairInfo": {
  54. "fields": {
  55. "tradeId": {
  56. "type": "int32",
  57. "id": 1
  58. },
  59. "cny": {
  60. "type": "string",
  61. "id": 2
  62. },
  63. "totalamount": {
  64. "type": "string",
  65. "id": 3
  66. },
  67. "last": {
  68. "type": "string",
  69. "id": 4
  70. },
  71. "volume": {
  72. "type": "string",
  73. "id": 5
  74. },
  75. "change": {
  76. "type": "string",
  77. "id": 6
  78. }
  79. }
  80. }
  81. }
  82. }
  83. }
  84. }
  85. }
  86. }
  87. }
  88. }
  89. }
  90. }
  91. }
  92. }