ASPEN_QUANTUM

 

Related Items

 

 

Purpose

The ASPEN_QUANTUM structure contains the two integer values, base and exponent, of a quantum. Every financial instrument requires its price values to be represented with a certain degree of precision. Quanta define that precision.

 

 

Structure

typedef struct ASPEN_quantum_struct

{

   int base;

   int exponent;

}ASPEN_QUANTUM;

 

 

Fields

base

An integer representing the quantum base.

 

exponent

An integer representing the quantum exponent.

 

 

See Also

Price Values

AspenDecodePrice()

AspenEncodePrice()

quantum

ASPEN_CreateInstrument

ASPEN_GetExchangeInfo

ASPEN_GetInstrumentInfo

ASPEN_GetTickHistory

ASPEN_CREATEINSTRUMENT_INPUT

ASPEN_INSTRUMENT

ASPEN_PRICE

 

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