Trading_GetDescriptionTemplatesResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetDescriptionTemplatesResponseType.h Trading_GetDescriptionTemplatesResponseType.m |
Tasks
-
descriptionTemplateThe information for one Theme or one Layout. There
property
can be multiple DescriptionTemplates. -
layoutTotalThe number of Layout templates returned (that is, the
property
number of DescriptionTemplates for which Type is “Layout”). -
obsoleteLayoutIDThe ID of a returned layout that is obsolete. There can be zero or more IDs.
property -
obsoleteThemeIDThe ID of a returned theme that is obsolete. There can be zero or more IDs.
property -
themeGroupData for one theme group. There can be multiple
property
ThemeGroups in the response. -
themeTotalThe 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 *descriptionTemplateDiscussion
The information for one Theme or one Layout. There
can be multiple DescriptionTemplates.
entry type : class Trading_DescriptionTemplateType
Declared In
Trading_GetDescriptionTemplatesResponseType.hlayoutTotal
The number of Layout templates returned (that is, the
number of DescriptionTemplates for which Type is “Layout”).
@property (nonatomic, retain) NSNumber *layoutTotalDiscussion
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.hobsoleteLayoutID
The ID of a returned layout that is obsolete. There can be zero or more IDs.
@property (nonatomic, retain) NSMutableArray *obsoleteLayoutIDDiscussion
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.hobsoleteThemeID
The ID of a returned theme that is obsolete. There can be zero or more IDs.
@property (nonatomic, retain) NSMutableArray *obsoleteThemeIDDiscussion
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.hthemeGroup
Data for one theme group. There can be multiple
ThemeGroups in the response.
@property (nonatomic, retain) NSMutableArray *themeGroupDiscussion
Data for one theme group. There can be multiple
ThemeGroups in the response.
entry type : class Trading_ThemeGroupType
Declared In
Trading_GetDescriptionTemplatesResponseType.hthemeTotal
The number of Theme templates returned (that is, the number
of DescriptionTemplates for which Type is “Theme”).
@property (nonatomic, retain) NSNumber *themeTotalDiscussion
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