public final class ANXDepthUpdate extends Object
Data object representing a Market Depth Change from ANX
Auto-generated using the simplest types possible with conversion delegated to the adapter
Note: deprecated fields are not included in this value object
Constructor and Description |
---|
ANXDepthUpdate(String tradeType,
long priceInt,
long volumeInt,
String item,
String currency,
long now,
long totalVolumeInt)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getCurrency() |
String |
getItem() |
long |
getNow() |
long |
getPriceInt() |
long |
getTotalVolumeInt() |
String |
getTradeType() |
long |
getVolumeInt() |
String |
toString() |
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.