Trading_GetDescriptionTemplatesResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_GetDescriptionTemplatesResponseType.h Trading_GetDescriptionTemplatesResponseType.m |
Tasks
-
descriptionTemplate
The information for one Theme or one Layout. There
property
can be multiple DescriptionTemplates. -
layoutTotal
The number of Layout templates returned (that is, the
property
number of DescriptionTemplates for which Type is “Layout”). -
obsoleteLayoutID
The ID of a returned layout that is obsolete. There can be zero or more IDs.
property -
obsoleteThemeID
The ID of a returned theme that is obsolete. There can be zero or more IDs.
property -
themeGroup
Data for one theme group. There can be multiple
property
ThemeGroups in the response. -
themeTotal
The number of Theme templates returned (that is, the number
property
of DescriptionTemplates for which Type is “Theme”).
Properties
descriptionTemplate
The information for one Theme or one Layout. There
can be multiple DescriptionTemplates.
@property (nonatomic, retain) NSMutableArray *descriptionTemplate
Discussion
The information for one Theme or one Layout. There
can be multiple DescriptionTemplates.
entry type : class Trading_DescriptionTemplateType
Declared In
Trading_GetDescriptionTemplatesResponseType.h
layoutTotal
The number of Layout templates returned (that is, the
number of DescriptionTemplates for which Type is “Layout”).
@property (nonatomic, retain) NSNumber *layoutTotal
Discussion
The number of Layout templates returned (that is, the
number of DescriptionTemplates for which Type is “Layout”).
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetDescriptionTemplatesResponseType.h
obsoleteLayoutID
The ID of a returned layout that is obsolete. There can be zero or more IDs.
@property (nonatomic, retain) NSMutableArray *obsoleteLayoutID
Discussion
The ID of a returned layout that is obsolete. There can be zero or more IDs.
entry type : NSNumber, wrapper for primitive int
Declared In
Trading_GetDescriptionTemplatesResponseType.h
obsoleteThemeID
The ID of a returned theme that is obsolete. There can be zero or more IDs.
@property (nonatomic, retain) NSMutableArray *obsoleteThemeID
Discussion
The ID of a returned theme that is obsolete. There can be zero or more IDs.
entry type : NSNumber, wrapper for primitive int
Declared In
Trading_GetDescriptionTemplatesResponseType.h
themeGroup
Data for one theme group. There can be multiple
ThemeGroups in the response.
@property (nonatomic, retain) NSMutableArray *themeGroup
Discussion
Data for one theme group. There can be multiple
ThemeGroups in the response.
entry type : class Trading_ThemeGroupType
Declared In
Trading_GetDescriptionTemplatesResponseType.h
themeTotal
The number of Theme templates returned (that is, the number
of DescriptionTemplates for which Type is “Theme”).
@property (nonatomic, retain) NSNumber *themeTotal
Discussion
The number of Theme templates returned (that is, the number
of DescriptionTemplates for which Type is “Theme”).
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetDescriptionTemplatesResponseType.h