public class Order
extends Object
-
Constructor Summary
Constructors
Order(String orderId,
boolean isBid,
int price,
int size)
-
Method Summary
boolean
int
int
int
boolean
void
void
-
Constructor Details
-
Order
public Order(String orderId,
boolean isBid,
int price,
int size)
-
Order
public Order(Order other)
-
Method Details
-
-
isBid
public boolean isBid()
-
getPrice
public int getPrice()
-
getSize
public int getSize()
-
setPrice
public void setPrice(int price)
-
setSize
public void setSize(int size)
-
-