public final class OpenOrders extends Object
DTO representing open orders
Open orders are orders that you have placed with the exchange that have not yet been matched to a counter-party.
| Constructor and Description |
|---|
OpenOrders(List<LimitOrder> openOrders)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<LimitOrder> |
getOpenOrders() |
String |
toString() |
public OpenOrders(List<LimitOrder> openOrders)
openOrders - The list of open orderspublic List<LimitOrder> getOpenOrders()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.