public class OrderPlacement extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
price |
long |
symbolId |
String |
volume |
| Constructor and Description |
|---|
OrderPlacement(long symbolId,
BigDecimal price,
BigDecimal volume) |
public final long symbolId
public final String price
public final String volume
public OrderPlacement(long symbolId,
BigDecimal price,
BigDecimal volume)
Copyright © 2018–2019 Knowm Inc.. All rights reserved.