All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.xinyangpan.crypto4j.binance.dto.websocket.userstream.Balance Maven / Gradle / Ivy

There is a newer version: 0.1.4
Show newest version
package io.github.xinyangpan.crypto4j.binance.dto.websocket.userstream;

import com.fasterxml.jackson.annotation.JsonProperty;

import lombok.Data;

@Data
public class Balance {

	@JsonProperty("a")
	private String asset;
	@JsonProperty("f")
	private String freeAmount;
	@JsonProperty("l")
	private String lockedAmount;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy