| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "options": {
- "syntax": "proto3"
- },
- "nested": {
- "type": {
- "nested": {
- "googleapis": {
- "nested": {
- "com": {
- "nested": {
- "DepthPbMsg": {
- "nested": {
- "Response": {
- "fields": {
- "biz": {
- "type": "string",
- "id": 1
- },
- "type": {
- "type": "string",
- "id": 2
- },
- "base": {
- "type": "string",
- "id": 3
- },
- "quote": {
- "type": "string",
- "id": 4
- },
- "contractcode": {
- "type": "string",
- "id": 5
- },
- "granularity": {
- "type": "string",
- "id": 6
- },
- "data": {
- "type": "Data",
- "id": 7
- },
- "env": {
- "type": "int32",
- "id": 8
- }
- }
- },
- "Data": {
- "fields": {
- "typeUrl": {
- "type": "string",
- "id": 1
- },
- "value": {
- "type": "DepthPbMsg",
- "id": 2
- }
- }
- },
- "DepthPbMsg": {
- "fields": {
- "asksList": {
- "rule": "repeated",
- "type": "Body",
- "id": 1
- },
- "bidsList": {
- "rule": "repeated",
- "type": "Body",
- "id": 2
- }
- },
- "nested": {
- "Body": {
- "fields": {}
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
|