public class LgoPendingOrderEvent extends LgoBatchOrderEvent
| Constructor and Description |
|---|
LgoPendingOrderEvent(Long batchId,
String type,
String orderId,
Date time,
String orderType,
BigDecimal limitPrice,
org.knowm.xchange.dto.Order.OrderType side,
BigDecimal initialAmount) |
LgoPendingOrderEvent(String type,
String orderId,
Date time,
String orderType,
BigDecimal price,
String side,
BigDecimal quantity) |
| Modifier and Type | Method and Description |
|---|---|
org.knowm.xchange.dto.Order |
applyOnOrders(org.knowm.xchange.currency.CurrencyPair currencyPair,
Map<String,org.knowm.xchange.dto.Order> allOrders) |
BigDecimal |
getInitialAmount() |
BigDecimal |
getLimitPrice() |
String |
getOrderType() |
org.knowm.xchange.dto.Order.OrderType |
getSide() |
getBatchId, setBatchIdgetOrderId, getTime, getTypepublic LgoPendingOrderEvent(String type, String orderId, Date time, String orderType, BigDecimal price, String side, BigDecimal quantity)
public LgoPendingOrderEvent(Long batchId, String type, String orderId, Date time, String orderType, BigDecimal limitPrice, org.knowm.xchange.dto.Order.OrderType side, BigDecimal initialAmount)
public org.knowm.xchange.dto.Order applyOnOrders(org.knowm.xchange.currency.CurrencyPair currencyPair,
Map<String,org.knowm.xchange.dto.Order> allOrders)
applyOnOrders in class LgoBatchOrderEventpublic String getOrderType()
public BigDecimal getLimitPrice()
public org.knowm.xchange.dto.Order.OrderType getSide()
public BigDecimal getInitialAmount()
Copyright © 2020. All rights reserved.