Contains also order type now

This commit is contained in:
7u83 2018-12-29 13:28:29 +01:00
parent bebb0c1f12
commit 3bbcd63da9
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ public class Quote implements Comparable {
public double price;
public double volume;
public long time;
public Order.Type type;
public long id;