public class DealHistoryRequest 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)
|
long |
symbolId |
| Constructor and Description |
|---|
DealHistoryRequest(long symbolId) |
DealHistoryRequest(long symbolId,
Integer direction,
Long start,
Integer count) |
public final long symbolId
public final Integer direction
public final Long start
public final Integer count
Copyright © 2018–2019 Knowm Inc.. All rights reserved.