ASPEN_GETINSTRUMENT_INPUT

 

Related Items

 

 

Purpose

Provide the Server with an instrument’s lookup number and indicate whether the client desires updates on the specified instrument.

 

 

Structure

typedef struct

{

   int        want_updates;

   ASPEN_INUM inum;

}ASPEN_GETINSTRUMENT_INPUT;

 

 

Fields

want_updates

want_updates is a boolean value that indicates to the Aspen Server whether to send subsequent updates on the financial instrument. An ASPEN_InstrumentUpdateNotice event will be received through the Aspen Event Notification System when the instrument's information has changed.

 

inum

inum is the instrument number of the instrument whose information is being requested. Obtain an ASPEN_INUM by calling AspenRequest() with the ASPEN_GetInstrumentNumber service.

 

 

See Also

AspenDecodePrice()

AspenRequest()

ASPEN_GetInstrumentInfo

Aspen_GetTickHistory

ASPEN_INUM

Events

 

©2006 Aspen Research Group, Ltd. All rights reserved. Terms of Use.