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 String
getOrderId()
BigDecimal
getPrice()
BigDecimal
getQuantity()
String
getSymbol()
OffsetDateTime
getTradeDoneAt()
String
getTradeId()
String
toString()
-
-
-
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()
-
-