type.googleapis.com.FillsPbMsg.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "options": {
  3. "syntax": "proto3"
  4. },
  5. "nested": {
  6. "type": {
  7. "nested": {
  8. "googleapis": {
  9. "nested": {
  10. "com": {
  11. "nested": {
  12. "FillsPbMsg": {
  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. "fills": {
  53. "rule": "repeated",
  54. "type": "Body",
  55. "id": 1
  56. }
  57. }
  58. },
  59. "Body": {
  60. "fields": {
  61. "price": {
  62. "type": "string",
  63. "id": 1
  64. },
  65. "amount": {
  66. "type": "string",
  67. "id": 2
  68. },
  69. "side": {
  70. "type": "string",
  71. "id": 3
  72. },
  73. "createddate": {
  74. "type": "int64",
  75. "id": 4
  76. },
  77. "id": {
  78. "type": "int64",
  79. "id": 5
  80. }
  81. }
  82. }
  83. }
  84. }
  85. }
  86. }
  87. }
  88. }
  89. }
  90. }
  91. }
  92. }