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