Contains also order type now
This commit is contained in:
parent
bebb0c1f12
commit
3bbcd63da9
@ -39,6 +39,7 @@ public class Quote implements Comparable {
|
|||||||
public double price;
|
public double price;
|
||||||
public double volume;
|
public double volume;
|
||||||
public long time;
|
public long time;
|
||||||
|
public Order.Type type;
|
||||||
|
|
||||||
public long id;
|
public long id;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user