Add comments

This commit is contained in:
chimp1984 2021-02-08 17:49:02 -05:00
parent 4244f807c7
commit d2f43373fd
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -160,7 +160,7 @@ public final class TradeStatistics3 implements ProcessOncePersistableNetworkPayl
@Getter
private final long price;
@Getter
private final long amount;
private final long amount; // BTC amount
private final String paymentMethod;
// As only seller is publishing it is the sellers trade date
private final long date;
@ -193,7 +193,7 @@ public final class TradeStatistics3 implements ProcessOncePersistableNetworkPayl
private transient final Date dateObj;
@JsonExclude
private transient Volume volume = null;
private transient Volume volume = null; // Fiat or altcoin volume
@JsonExclude
private transient LocalDateTime localDateTime;