Class BybitAmendOrderPayload
java.lang.Object
org.knowm.xchange.bybit.dto.trade.BybitAmendOrderPayload
-
Constructor Summary
ConstructorDescriptionBybitAmendOrderPayload
(BybitCategory category, String symbol, String orderId, String orderLinkId, String triggerPrice, String qty, String price, String tpslMode, String takeProfit, String stopLoss, String tpTriggerBy, String slTriggerBy, String triggerBy, String tpLimitPrice, String slLimitPrice) -
Method Summary
-
Constructor Details
-
BybitAmendOrderPayload
public BybitAmendOrderPayload(BybitCategory category, String symbol, String orderId, String orderLinkId, String triggerPrice, String qty, String price, String tpslMode, String takeProfit, String stopLoss, String tpTriggerBy, String slTriggerBy, String triggerBy, String tpLimitPrice, String slLimitPrice)
-