ohls work
This commit is contained in:
parent
b2680fa71d
commit
f9458a0ba8
@ -36,7 +36,6 @@ public class Exchange extends Thread {
|
|||||||
return ct / 1000;
|
return ct / 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public SortedSet<Quote> getQuoteHistory(long start) {
|
public SortedSet<Quote> getQuoteHistory(long start) {
|
||||||
|
|
||||||
Quote s = new Quote();
|
Quote s = new Quote();
|
||||||
@ -71,8 +70,8 @@ public class Exchange extends Thread {
|
|||||||
void UpdateOrderBook();
|
void UpdateOrderBook();
|
||||||
}
|
}
|
||||||
|
|
||||||
private ArrayList<BookReceiver> ask_bookreceivers = new ArrayList<>();
|
final private ArrayList<BookReceiver> ask_bookreceivers = new ArrayList<>();
|
||||||
private ArrayList<BookReceiver> bid_bookreceivers = new ArrayList<>();
|
final private ArrayList<BookReceiver> bid_bookreceivers = new ArrayList<>();
|
||||||
|
|
||||||
private ArrayList<BookReceiver> selectBookReceiver(OrderType t) {
|
private ArrayList<BookReceiver> selectBookReceiver(OrderType t) {
|
||||||
switch (t) {
|
switch (t) {
|
||||||
|
Loading…
Reference in New Issue
Block a user