Trading_GetMyMessagesRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_GetMyMessagesRequestType.h Trading_GetMyMessagesRequestType.m |
Tasks
-
alertIDsThis container was deprecated with 685 release. Alerts are now synonymous
property
with Flagged messages. -
messageIDsContainer consisting of one to 10 MessageID fields.
property -
folderIDA unique identifier for a My Messages folder. If a FolderID is provided,
property
only messages from the specified folder are returned in the response. -
startTimeThe beginning of the date-range filter.
property
Filtering takes into account the entire timestamp of when messages were sent.
Messages expire after one year. -
endTimeThe end of the date-range filter. See StartTime
property
(which is the beginning of the date-range filter). -
externalMessageIDsThis field is currently available on the US site. A container for IDs that
property
uniquely identify messages for a given user. If provided at the time of message
creation, this ID can be used to retrieve messages and will take precedence
over message ID. -
paginationSpecifies how to create virtual pages in the returned list (such as total
property
number of entries and total number of pages to return).
Default for EntriesPerPage with GetMyMessages is 25. -
includeHighPriorityMessageOnlyIf this field is included in the requst and set to True, only High Priority
property
messages are returned in the response.
Properties
alertIDs
This container was deprecated with 685 release. Alerts are now synonymous
with Flagged messages.
@property (nonatomic, retain) Trading_MyMessagesAlertIDArrayType *alertIDsDiscussion
This container was deprecated with 685 release. Alerts are now synonymous
with Flagged messages.
type : class Trading_MyMessagesAlertIDArrayType
Declared In
Trading_GetMyMessagesRequestType.hendTime
The end of the date-range filter. See StartTime
(which is the beginning of the date-range filter).
@property (nonatomic, retain) NSDate *endTimeDiscussion
The end of the date-range filter. See StartTime
(which is the beginning of the date-range filter).
type : NSDate, wrapper for primitive date
Declared In
Trading_GetMyMessagesRequestType.hexternalMessageIDs
This field is currently available on the US site. A container for IDs that
uniquely identify messages for a given user. If provided at the time of message
creation, this ID can be used to retrieve messages and will take precedence
over message ID.
@property (nonatomic, retain) Trading_MyMessagesExternalMessageIDArrayType *externalMessageIDsDiscussion
This field is currently available on the US site. A container for IDs that
uniquely identify messages for a given user. If provided at the time of message
creation, this ID can be used to retrieve messages and will take precedence
over message ID.
type : class Trading_MyMessagesExternalMessageIDArrayType
Declared In
Trading_GetMyMessagesRequestType.hfolderID
A unique identifier for a My Messages folder. If a FolderID is provided,
only messages from the specified folder are returned in the response.
@property (nonatomic, retain) NSNumber *folderIDDiscussion
A unique identifier for a My Messages folder. If a FolderID is provided,
only messages from the specified folder are returned in the response.
type : NSNumber, wrapper for primitive long
Declared In
Trading_GetMyMessagesRequestType.hincludeHighPriorityMessageOnly
If this field is included in the requst and set to True, only High Priority
messages are returned in the response.
@property (nonatomic, retain) NSNumber *includeHighPriorityMessageOnlyDiscussion
If this field is included in the requst and set to True, only High Priority
messages are returned in the response.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetMyMessagesRequestType.hmessageIDs
Container consisting of one to 10 MessageID fields.
@property (nonatomic, retain) Trading_MyMessagesMessageIDArrayType *messageIDsDiscussion
Container consisting of one to 10 MessageID fields.
type : class Trading_MyMessagesMessageIDArrayType
Declared In
Trading_GetMyMessagesRequestType.hpagination
Specifies how to create virtual pages in the returned list (such as total
number of entries and total number of pages to return).
Default for EntriesPerPage with GetMyMessages is 25.
@property (nonatomic, retain) Trading_PaginationType *paginationDiscussion
Specifies how to create virtual pages in the returned list (such as total
number of entries and total number of pages to return).
Default for EntriesPerPage with GetMyMessages is 25.
type : class Trading_PaginationType
Declared In
Trading_GetMyMessagesRequestType.hstartTime
The beginning of the date-range filter.
Filtering takes into account the entire timestamp of when messages were sent.
Messages expire after one year.
@property (nonatomic, retain) NSDate *startTimeDiscussion
The beginning of the date-range filter.
Filtering takes into account the entire timestamp of when messages were sent.
Messages expire after one year.
type : NSDate, wrapper for primitive date
Declared In
Trading_GetMyMessagesRequestType.h