Trading_GetProductFinderXSLRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_GetProductFinderXSLRequestType.h Trading_GetProductFinderXSLRequestType.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.
Currently, this call only retrieves the product_finder.xsl file.
FileName is an optional input. -
fileVersionThe desired version of the XSL file. Required if FileName is specified.
property
If not specified, the call returns the latest versions of all
available XSL files that could be returned by the call.
(Currently, this call only retrieves the product_finder.xsl 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.
Currently, this call only retrieves the product_finder.xsl file.
FileName is an optional input.
@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.
Currently, this call only retrieves the product_finder.xsl file.
FileName is an optional input.
type : NSString, wrapper for primitive string
Declared In
Trading_GetProductFinderXSLRequestType.hfileVersion
The desired version of the XSL file. Required if FileName is specified.
If not specified, the call returns the latest versions of all
available XSL files that could be returned by the call.
(Currently, this call only retrieves the product_finder.xsl 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 versions of all
available XSL files that could be returned by the call.
(Currently, this call only retrieves the product_finder.xsl file.)
This is not a filter for retrieving changes to the XSL file.
type : NSString, wrapper for primitive string
Declared In
Trading_GetProductFinderXSLRequestType.h