ASPEN_SymbolChangeNotice

 

Related Topics

 

 

Purpose

Inform the application of a change in a financial instrument’s ticker symbol status on an Aspen Server.

 

 

Notice

For this event notice, the notice parameter of the AspenEvent() function receives a pointer to an ASPEN_SYMBOL_CHANGE_NOTICE structure.

 

This structure is dynamically allocated by Aspen and must be freed using the AspenFreeMemory() function after use.

 

 

Structure

typedef struct

{

   short operation;

   ASPEN_INUM old_inum;

   ASPEN_INUM new_inum;

   char *symbol[ASPEN_MAX_SYMBLENGTH];

}ASPEN_SYMBOL_CHANGE_NOTICE;

 

 

Remarks

None.

 

 

See Also

AspenEvent()

ASPEN_INUM

ASPEN_SYMBOL_CHANGE_NOTICE

AspenFreeMemory()

Events

 

 

Example

NA

 

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