ASPEN_SESSION_TIME

 

Related Items

 

 

Purpose

Defines the trading session times for a given exchange or financial instrument.

 

 

Structure

typedef struct open_close_struct{

   int open_time;

   int close_time;

   int time_zone;

}ASPEN_SESSION_TIME;

 

 

Fields

open_time

open_time is an integer that holds the opening time in minutes from midnight 00:00 in the exchange's time zone.

 

close_time

close_time is an integer that holds the closing time in minutes from midnight 00:00 in the exchange's time zone.

 

time_zone

time_zone is an integer that holds the time zone where the exchange is geographically located or the time zone of the exchange where the instrument is traded.

 

 

See Also

ASPEN_EXCHANGE

ASPEN_GetExchangeInfo

ASPEN_GetInstrumentInfo

ASPEN_INSTRUMENT

 

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