| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "options": {
- "syntax": "proto3"
- },
- "nested": {
- "type": {
- "nested": {
- "googleapis": {
- "nested": {
- "com": {
- "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": "OrderVoPb",
- "id": 2
- }
- }
- },
- "OrderVoPb": {
- "fields": {
- "price": {
- "type": "string",
- "id": 1
- },
- "amount": {
- "type": "string",
- "id": 2
- },
- "side": {
- "type": "string",
- "id": 3
- },
- "createddate": {
- "type": "int64",
- "id": 4
- },
- "id": {
- "type": "int64",
- "id": 5
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
|