Uses of Class
com.caplin.motif.fx.trading.StreamingMode
-
Packages that use StreamingMode Package Description com.caplin.motif.fx.trading Parent package with classes that relate to FX trading in general but no specific trading protocol. -
-
Uses of StreamingMode in com.caplin.motif.fx.trading
Methods in com.caplin.motif.fx.trading that return StreamingMode Modifier and Type Method Description static StreamingMode
StreamingMode. fromString(java.lang.String s)
static StreamingMode
StreamingMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StreamingMode[]
StreamingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-