Namespace DxFeed.Graal.Net.Utils
Classes
- AttributeUtil
Provides utility methods for retrieving custom Attribute.
- BitUtil
A collection of utility methods for bitwise operations.
Ports the Java classcom.dxfeed.event.market.Util
.
- CmdArgsUtil
A collection of static helper methods for parses command-line arguments.
- ConcurrentSet<T>
This is a simple wrapper over ConcurrentDictionary<TKey, TValue>, to provide an interface as a
Set
(.NET does not provide a built-in concurrent hashset type) for more consistent.
- DayUtil
A collection of static utility methods for manipulation of int day id, that is the number of days since Unix epoch of January 1, 1970.
Ports the Java classcom.devexperts.util.DayUtil
.
- EnumUtil
Provides utility methods for manipulating enumerations.
- MathUtil
A collection of static utility methods for mathematics.
Porting Java classjava.lang.Math
andcom.devexperts.util.MathUtil
.
- PlatformUtils
Provides information to identify the current platform.
- QdsTools
Provides utility methods for running qds-tools using the DxFeed Graal.NET infrastructure.
- ReflectionUtil
Simple utility class for working with the reflection API. Used to manipulate types.
- StringUtil
Provides utility methods for working with strings.
- SymbolParser
Utility class for parsing symbols.
- TimeFormat
Utility class for parsing and formatting dates and times in ISO-compatible format.
- TimeNanosUtil
A collection of static utility methods for manipulation of time measured in nanoseconds since Unix epoch.
Porting Java classcom.dxfeed.event.impl.TimeNanosUtil
.
- TimePeriod
A collection of utility methods for creation Timespan with support for ISO8601 duration format.
- TimeUtil
A collection of static utility methods for manipulation of time measured in milliseconds since Unix epoch.
Porting a Java classcom.devexperts.util.TimeUtil
.