Trading_GetAttributesXSLRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_GetAttributesXSLRequestType.h Trading_GetAttributesXSLRequestType.m |
Tasks
-
fileName
The 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 -
fileVersion
The 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 *fileName
Discussion
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.h
fileVersion
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 *fileVersion
Discussion
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