Package com.longbridge.trade
Class AllExecutionsResponse
- java.lang.Object
-
- com.longbridge.trade.AllExecutionsResponse
-
public class AllExecutionsResponse extends Object
Response for get all executions request
-
-
Constructor Summary
Constructors Constructor Description AllExecutionsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Execution[]getTrades()Returns the execution list.booleanisHasMore()Returns whether there are more records.StringtoString()
-