type.googleapis.com.DepthPbMsg.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "options": {
  3. "syntax": "proto3"
  4. },
  5. "nested": {
  6. "type": {
  7. "nested": {
  8. "googleapis": {
  9. "nested": {
  10. "com": {
  11. "nested": {
  12. "DepthPbMsg": {
  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. "type": "DepthPbMsg",
  58. "id": 2
  59. }
  60. }
  61. },
  62. "DepthPbMsg": {
  63. "fields": {
  64. "asksList": {
  65. "rule": "repeated",
  66. "type": "Body",
  67. "id": 1
  68. },
  69. "bidsList": {
  70. "rule": "repeated",
  71. "type": "Body",
  72. "id": 2
  73. }
  74. },
  75. "nested": {
  76. "Body": {
  77. "fields": {}
  78. }
  79. }
  80. }
  81. }
  82. }
  83. }
  84. }
  85. }
  86. }
  87. }
  88. }
  89. }
  90. }