ASPEN_QMacros

 

Related Topics

 

 

 

Purpose

 

 

 

Call Syntax

 

 

 

Parameters

Input

 

 

Output

 

 

 

Structures

typedef struct

{

   int allsym; // 0 - Currently trading symbols only

// 1 - Allow expired contracts until an active one is found

// 2 - Allow all contracts regardless

   int opt_list; // return OPT_LIST instead of list of symbols (always use 0 for symbol list)

   int sort_mode; // bit 1  - 0 default, 1 sort by expiration first

   char *macro; // ASCIIZ string of macro to be expanded */

} ASPEN_QMACROS_INPUT;

 

typedef struct

{

   int data_length; // length of *pdata

   int comp_length; // not used (ignore)

   void *data; // string of comma delimited symbols

} ASPEN_QMACROS_OUTPUT;

 

 

Remarks

 

 

 

Return Value

ASPEN_OK

 

 

See Also

 

 

 

Example

 

 

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