public class Trade
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
MFFloat |
amount
Amount of this entry.
|
MFFloat |
price
Price of this entry.
|
Side |
side
Which side the entry is for.
|
java.lang.String |
timestamp
Timestamp
|
MDElement |
type
Kind of element this entry is.
|
public MFFloat price
public MFFloat amount
public Side side
public MDElement type
public java.lang.String timestamp