type.googleapis.com.DepthPbMsg.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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": "DepthPbMsg",
  56. "id": 2
  57. }
  58. }
  59. },
  60. "DepthPbMsg": {
  61. "fields": {
  62. "asksList": {
  63. "rule": "repeated",
  64. "type": "Body",
  65. "id": 1
  66. },
  67. "bidsList": {
  68. "rule": "repeated",
  69. "type": "Body",
  70. "id": 2
  71. }
  72. },
  73. "nested": {
  74. "Body": {
  75. "fields": {}
  76. }
  77. }
  78. }
  79. }
  80. }
  81. }
  82. }
  83. }
  84. }
  85. }
  86. }