public class PlaceOrder extends Object
| Constructor and Description |
|---|
PlaceOrder() |
| Modifier and Type | Method and Description |
|---|---|
double |
getPrice() |
int |
getQuantity() |
String |
getSymbol() |
void |
setPrice(double price) |
void |
setQuantity(int quantity) |
void |
setSymbol(String symbol) |
Copyright © 2015 WSO2 Inc. All rights reserved.