Class GlobitexUserTrade
java.lang.Object
org.knowm.xchange.globitex.dto.trade.GlobitexUserTrade
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGlobitexUserTrade
(long tradeId, String symbol, String side, String originalOrderId, String clientOrderId, BigDecimal quantity, BigDecimal price, long timestamp, BigDecimal fee, boolean isLiqProvided, String feeCurrency, String account) -
Method Summary
-
Constructor Details
-
GlobitexUserTrade
public GlobitexUserTrade(long tradeId, String symbol, String side, String originalOrderId, String clientOrderId, BigDecimal quantity, BigDecimal price, long timestamp, BigDecimal fee, boolean isLiqProvided, String feeCurrency, String account)
-
-
Method Details