Implementation
@$core.Deprecated('Use stockVolumeRankMessageDescriptor instead')
const StockVolumeRankMessage$json = {
'1': 'StockVolumeRankMessage',
'2': [
{'1': 'date', '3': 1, '4': 1, '5': 9, '10': 'date'},
{'1': 'code', '3': 2, '4': 1, '5': 9, '10': 'code'},
{'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
{'1': 'ts', '3': 4, '4': 1, '5': 3, '10': 'ts'},
{'1': 'open', '3': 5, '4': 1, '5': 1, '10': 'open'},
{'1': 'high', '3': 6, '4': 1, '5': 1, '10': 'high'},
{'1': 'low', '3': 7, '4': 1, '5': 1, '10': 'low'},
{'1': 'close', '3': 8, '4': 1, '5': 1, '10': 'close'},
{'1': 'price_range', '3': 9, '4': 1, '5': 1, '10': 'priceRange'},
{'1': 'tick_type', '3': 10, '4': 1, '5': 3, '10': 'tickType'},
{'1': 'change_price', '3': 11, '4': 1, '5': 1, '10': 'changePrice'},
{'1': 'change_type', '3': 12, '4': 1, '5': 3, '10': 'changeType'},
{'1': 'average_price', '3': 13, '4': 1, '5': 1, '10': 'averagePrice'},
{'1': 'volume', '3': 14, '4': 1, '5': 3, '10': 'volume'},
{'1': 'total_volume', '3': 15, '4': 1, '5': 3, '10': 'totalVolume'},
{'1': 'amount', '3': 16, '4': 1, '5': 3, '10': 'amount'},
{'1': 'total_amount', '3': 17, '4': 1, '5': 3, '10': 'totalAmount'},
{'1': 'yesterday_volume', '3': 18, '4': 1, '5': 3, '10': 'yesterdayVolume'},
{'1': 'volume_ratio', '3': 19, '4': 1, '5': 1, '10': 'volumeRatio'},
{'1': 'buy_price', '3': 20, '4': 1, '5': 1, '10': 'buyPrice'},
{'1': 'buy_volume', '3': 21, '4': 1, '5': 3, '10': 'buyVolume'},
{'1': 'sell_price', '3': 22, '4': 1, '5': 1, '10': 'sellPrice'},
{'1': 'sell_volume', '3': 23, '4': 1, '5': 3, '10': 'sellVolume'},
{'1': 'bid_orders', '3': 24, '4': 1, '5': 3, '10': 'bidOrders'},
{'1': 'bid_volumes', '3': 25, '4': 1, '5': 3, '10': 'bidVolumes'},
{'1': 'ask_orders', '3': 26, '4': 1, '5': 3, '10': 'askOrders'},
{'1': 'ask_volumes', '3': 27, '4': 1, '5': 3, '10': 'askVolumes'},
],
};