Modulus Financial Engineering HomeModulus Financial Engineering
RMD Server™

Selection Object

 

Description

The Selection object object is used for identifying and selecting tick tables and bar tables. The Selection object is used by many methods for specifying table selections, such as Connection.ReadByRecord, Connection.ReadByDate, Connection.DropTable, etc.

 

Remarks
If the selection is for a tick table, the BarInfo object must be set to NULL.

 

Public Properties

Public PropertySymbol The symbol for the table selection.
Public PropertyType The DataType for the table selection.
Public PropertyBarInfo The bar table selection object (NULL if Type = dtTick)

 

See Also

    Connection.ReadByRecord, Connection.ReadByDate, BarInfo Object, DataType