ASPEN_REPLACETICKS_INPUT

 

Related Items

 

 

Purpose

Hold data necessary to replace (or append to) a financial instrument’s historical ticks.

 

 

Structure

typedef struct

{

   ASPEN_INUM inum;

   int        num_ticks;

   ASPEN_TICK *ticks;

}ASPEN_REPLACETICKS_INPUT;

 

 

Fields

inum

The instrument number used to reference the financial instrument in the Aspen Server. A variable of the ASPEN_INUM data type must be used to hold an instrument number. Call AspenRequest() with either the  ASPEN_GetInstrumentNumber or ASPEN_GetInstrumentInfo to get an instrument's inum.

 

num_ticks

num_ticks is an integer indicating the number of ticks in a tick array. No more than 1000 ticks may be replaced with a single call to this service.

 

*ticks

*ticks is an ASPEN_TICK structure that contains replacement ticks for a financial instrument.

 

Note that ASPEN_TICK_FLAGS are not defined for historical ticks.

 

 

See Also

ASPEN_GetInstrumentInfo

ASPEN_GetInstrumentNumber

ASPEN_INUM

ASPEN_ReplaceTicks

ASPEN_TICK

ASPEN_TICK_FLAGS

 

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