| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "options": {
- "syntax": "proto3"
- },
- "nested": {
- "market": {
- "nested": {
- "v2": {
- "nested": {
- "trade": {
- "nested": {
- "main": {
- "nested": {
- "pair": {
- "nested": {
- "Response": {
- "fields": {
- "code": {
- "type": "int32",
- "id": 1
- },
- "msg": {
- "type": "string",
- "id": 2
- },
- "status": {
- "type": "string",
- "id": 3
- },
- "ts": {
- "type": "int64",
- "id": 4
- },
- "ch": {
- "type": "string",
- "id": 5
- },
- "mainpair": {
- "type": "MainPair",
- "id": 6
- }
- }
- },
- "MainPair": {
- "fields": {
- "listList": {
- "rule": "repeated",
- "type": "PairInfo",
- "id": 1
- }
- }
- },
- "PairInfo": {
- "fields": {
- "tradeId": {
- "type": "int32",
- "id": 1
- },
- "cny": {
- "type": "string",
- "id": 2
- },
- "totalamount": {
- "type": "string",
- "id": 3
- },
- "last": {
- "type": "string",
- "id": 4
- },
- "volume": {
- "type": "string",
- "id": 5
- },
- "change": {
- "type": "string",
- "id": 6
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
- }
|