public class OrderHistoryRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
Integer |
count
counts of records, in default 10
|
Integer |
direction
search direction: 1-consult forwardly from start time, 2-consult backwardly from start time.
|
Long |
start
transmit nothing or 0 from current time, or transmit Unix timestamp (ns)
|
int |
status
order status: 0-all states, 1-pending trade, 2-successful trade, 3-canceled, 4-failed
|
long |
symbolId |
| Constructor and Description |
|---|
OrderHistoryRequest(long symbolId,
int status) |
OrderHistoryRequest(long symbolId,
Integer direction,
Long start,
Integer count,
int status) |
public final long symbolId
public final Integer direction
public final Long start
public final Integer count
public final int status
Copyright © 2018–2019 Knowm Inc.. All rights reserved.