Package com.longport.trade
Class Execution
- java.lang.Object
-
- com.longport.trade.Execution
-
public class Execution extends Object
-
-
Constructor Summary
Constructors Constructor Description Execution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOrderId()BigDecimalgetPrice()BigDecimalgetQuantity()StringgetSymbol()OffsetDateTimegetTradeDoneAt()StringgetTradeId()StringtoString()
-
-
-
Method Detail
-
getOrderId
public String getOrderId()
-
getTradeId
public String getTradeId()
-
getSymbol
public String getSymbol()
-
getTradeDoneAt
public OffsetDateTime getTradeDoneAt()
-
getQuantity
public BigDecimal getQuantity()
-
getPrice
public BigDecimal getPrice()
-
-