Class LatokenUserTrade
java.lang.Object
org.knowm.xchange.latoken.dto.trade.LatokenUserTrade
Response schema:
{
"id": "1555492358.126073.126767@0502:2",
"orderId": "1555492358.126073.126767@0502:2",
"commission": 0.012,
"side": "buy",
"price": 136.2,
"amount": 0.7,
"time": 1555515807369
}
- Author:
- Ezer
-
Constructor Summary
ConstructorsConstructorDescriptionLatokenUserTrade(String id, String orderId, BigDecimal fee, String side, BigDecimal price, BigDecimal amount, long time) C'tor -
Method Summary
-
Constructor Details
-
LatokenUserTrade
public LatokenUserTrade(String id, String orderId, BigDecimal fee, String side, BigDecimal price, BigDecimal amount, long time) C'tor- Parameters:
id-orderId-fee-side-price-amount-time-
-
-
Method Details