26.10.2014 Views

Reuters AdfinX Real Time 1.0 Library User Guide (Doc. No. 4510529)

Reuters AdfinX Real Time 1.0 Library User Guide (Doc. No. 4510529)

Reuters AdfinX Real Time 1.0 Library User Guide (Doc. No. 4510529)

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>AdfinX</strong> <strong>Real</strong> <strong>Time</strong> <strong>1.0</strong> <strong>Library</strong> - <strong>User</strong>'s <strong>Guide</strong><br />

4.1.6. Source<br />

Source<br />

The name of the data source as a string. It must be set in order to be able to request the chain.<br />

Arguments<br />

<strong>No</strong>ne<br />

4.1.7. ItemName<br />

ItemName<br />

This property provides the name of the item as a string which identifies the chain. It must be set in<br />

order to be able to request the chain.<br />

Arguments<br />

<strong>No</strong>ne<br />

4.1.8. Data<br />

Data<br />

This property returns the contents of the chain, as a variant array.<br />

Arguments<br />

<strong>No</strong>ne<br />

Return Value<br />

Returns a one-dimensional array of Variant. The elements contain the names of the items making up<br />

the chain as strings. The Mode property determines various presentational options.<br />

Example<br />

Dim chain as AdxRtChain<br />

Set chain = New AdxRtChain<br />

chain.Source = "IDN"<br />

chain.ItemName = ".FCHI"<br />

chain.Mode = "IGNE:YES"<br />

Chain.RequestChain<br />

ret = chain.Data<br />

'Set the chain item’s source.'<br />

'Set the chain item’s name.'<br />

'Remove empty entries.'<br />

'Retrieve the list of items in the ".FCHI" chain.'<br />

4.1.9. DataStatus<br />

DataStatus<br />

This property returns the status of the chain’s data received from the source.<br />

37

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!