xbr.network.pojo.Quote Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of autobahn-java Show documentation
Show all versions of autobahn-java Show documentation
WebSocket & WAMP for Java8+
The newest version!
package xbr.network.pojo;
import java.math.BigInteger;
import xbr.network.Util;
public class Quote {
public byte[] price;
public long timestamp;
public byte[] key;
public long expires;
public BigInteger getPriceBigInt() {
return Util.toXBR(price);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy