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() |
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()