Main Content
tkfieldtoid
SIX Financial Information field names to identification string
Syntax
Description
D = tkfieldtoid(
converts SIX Financial Information field names to their corresponding identification strings.
c
,f
,typ
)c
is the SIX Financial Information connection object, f
is the field list, and
typ
denotes the field. Options for the field include market,
'market'
; time and sales, 'tass'
; and
history, 'history'
. market
fields are used
with getdata
, tass
fields are used with timeseries
, and
history
fields are used with history
.
Examples
Input Arguments
Version History
Introduced in R2011b
See Also
tlkrs
| getdata
| history
| timeseries
| tkidtofield