public class LgoTrade extends Object
| Constructor and Description |
|---|
LgoTrade(String id,
String side,
BigDecimal price,
BigDecimal quantity,
Date creationTime) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationTime() |
String |
getId() |
BigDecimal |
getPrice() |
BigDecimal |
getQuantity() |
String |
getSide() |
public LgoTrade(String id, String side, BigDecimal price, BigDecimal quantity, Date creationTime)
public String getId()
public String getSide()
public BigDecimal getPrice()
public BigDecimal getQuantity()
public Date getCreationTime()
Copyright © 2020. All rights reserved.