1 2 3
package market.guess.ui.desktop.model; public record BookRow(String side, String user, int qty, String price, boolean isBid) {}