Modulus Financial Engineering HomeModulus Financial Engineering
RMD Server™

DataType

Specifies the data type of a selection.  

enum DataType{
    dtTick
    dtSecond
    dtMinute
    dtHour
    dtDay
    dtWeek
    dtYear
}DataType;

Elements

dtTick
The tick data type is used for creating and selecting tick tables.
dtSecond to dtYear
These data types are used for creating and selecting bar tables.

 

See Also

    Selection Object, BarInfo Object