Trading_GetAttributesXSLRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_GetAttributesXSLRequestType.h Trading_GetAttributesXSLRequestType.m |
Tasks
-
fileNameThe name of the XSL file to retrieve. If not specified, the call
property
returns the latest versions of all available XSL files.
FileName is an optional input. Valid values
syi_attributes.xsl -
fileVersionThe desired version of the XSL file. Required if FileName is specified.
property
If not specified, the call returns the latest version of the file.
(This is not a filter for retrieving changes to the XSL file.)
Properties
fileName
The name of the XSL file to retrieve. If not specified, the call
returns the latest versions of all available XSL files.
FileName is an optional input. Valid values
syi_attributes.xsl
@property (nonatomic, retain) NSString *fileNameDiscussion
The name of the XSL file to retrieve. If not specified, the call
returns the latest versions of all available XSL files.
FileName is an optional input. Valid values
syi_attributes.xsl
type : NSString, wrapper for primitive string
Declared In
Trading_GetAttributesXSLRequestType.hfileVersion
The desired version of the XSL file. Required if FileName is specified.
If not specified, the call returns the latest version of the file.
(This is not a filter for retrieving changes to the XSL file.)
@property (nonatomic, retain) NSString *fileVersionDiscussion
The desired version of the XSL file. Required if FileName is specified.
If not specified, the call returns the latest version of the file.
(This is not a filter for retrieving changes to the XSL file.)
type : NSString, wrapper for primitive string
Declared In
Trading_GetAttributesXSLRequestType.h