public class TickSnapshot extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
TickSnapshot() |
|
TickSnapshot(long timeInstance) |
|
TickSnapshot(long timeInstance,
List<TickValueBroker> brokerTicks,
List<TickValueCustomer> customerTicks) |
| Modifier and Type | Method and Description |
|---|---|
List<TickValueBroker> |
getTickValueBrokers() |
List<TickValueCustomer> |
getTickValueCustomers() |
long |
getTimeInstance() |
void |
setTickValueBrokers(List<TickValueBroker> tickValueBrokers) |
void |
setTickValueCustomers(List<TickValueCustomer> tickValueCustomers) |
void |
setTimeInstance(long timeInstance) |
protected TickSnapshot()
public TickSnapshot(long timeInstance,
List<TickValueBroker> brokerTicks,
List<TickValueCustomer> customerTicks)
public TickSnapshot(long timeInstance)
public long getTimeInstance()
public void setTimeInstance(long timeInstance)
public List<TickValueBroker> getTickValueBrokers()
public void setTickValueBrokers(List<TickValueBroker> tickValueBrokers)
public List<TickValueCustomer> getTickValueCustomers()
public void setTickValueCustomers(List<TickValueCustomer> tickValueCustomers)
Copyright © 2017 Power TAC. All rights reserved.