public class MFUtil
extends java.lang.Object
| Constructor and Description |
|---|
MFUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDeveloper() |
static boolean |
isPure(MDElement e)
Return true if the element is a pure price level element type.
|
static boolean |
isStruct(MDElement e)
Return true if the element is a structured element type.
|
static boolean |
isTrade(MDElement e)
Return true if the element is a trade element type.
|
static long |
now()
Returns the current milliseconds multiplied by 10^6 to make it look like nanos.
|
static long |
nowRelativeNs()
The relative nanos as obtained using
System.nanoTime() |
public static boolean isPure(MDElement e)
public static boolean isStruct(MDElement e)
public static boolean isTrade(MDElement e)
public static boolean isDeveloper()
public static long now()
public static long nowRelativeNs()
System.nanoTime()