public class Order extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
Order() |
Order(String bName,
int quant,
Date expiry,
double cost) |
| Modifier and Type | Method and Description |
|---|---|
static Order |
fromBytes(byte[] byteArray) |
String |
getBrokerName() |
Date |
getExpiration() |
double |
getPrice() |
int |
getQuantity() |
byte[] |
toBytes() |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.