Class LatokenTrade
java.lang.Object
org.knowm.xchange.latoken.dto.marketdata.LatokenTrade
Response schema:
{
"side": "sell",
"price": 136.2,
"amount": 0.57,
"timestamp": 1555515807369
}
- Author:
- Ezer
-
Constructor Summary
ConstructorsConstructorDescriptionLatokenTrade(String side, BigDecimal price, BigDecimal amount, long timestamp) -
Method Summary