|
|
|
|
Purpose |
Defines the attributes of a given financial instrument (ASPEN_INSTRUMENT). |
|
|
|
|
Structure |
typedef struct ASPEN_iattr_struct { unsigned int option :1; unsigned int put :1; unsigned int call :1; unsigned int rights :1; unsigned int warrant :1; unsigned int when_issued :1; unsigned int preferred :1; }ASPEN_ATTRIBUTES; |
|
|
|
|
Fields |
option Indicates that the associated instrument is an option.
put Indicates that the associated instrument is a put.
call Indicates that the associated instrument is a call.
rights Not yet implemented.
warrant Not yet implemented.
when_issued Not yet implemented.
preferred Not yet implemented.
Each of these is implemented as a one bit variable. They can be tested as either TRUE or FALSE. |
|
|
|
|
See Also |
©2006 Aspen Research Group, Ltd. All rights reserved. Terms of Use.