{ "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 } } } } } } } } } } } } } } }