package com.xcong.excoin.websocket; import lombok.Data; @Data public class NewCandlestick { private String ch; private CandlestickModel tick; }