ipo
zyy
2026-01-07 f5f4c3a813b283d6a3bfdfcfae4498b1b3bb60f9
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.yami.trading.huobi.websocket.client.req.account;
 
import lombok.*;
 
@Data
@Builder
@AllArgsConstructor
@NoArgsConstructor
@ToString
public class FeeSwitchRequest {
    private Integer switchType;
    private String deductionCurrency;
}