public class Depth extends Object
| Constructor and Description |
|---|
Depth() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrders() |
double |
getPrice() |
int |
getQuantity() |
void |
setOrders(int orders) |
void |
setPrice(double price) |
void |
setQuantity(int quantity) |
Copyright © 2022. All rights reserved.