Trading_AnnouncementMessageType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_AnnouncementMessageType.h Trading_AnnouncementMessageType.m |
Tasks
-
announcementStartTimeThe date on which an upcoming event can start to be announced.
property -
eventTimeThe date on which the event occurs. This is also the ending date of the
property
announcement that lead up to the event (see AnnouncementStartTime). -
messageTypeControl of what messages to display.
property -
any(public property)
property
Properties
announcementStartTime
The date on which an upcoming event can start to be announced.
@property (nonatomic, retain) NSDate *announcementStartTimeDiscussion
The date on which an upcoming event can start to be announced.
type : NSDate, wrapper for primitive date
Declared In
Trading_AnnouncementMessageType.hany
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_AnnouncementMessageType.heventTime
The date on which the event occurs. This is also the ending date of the
announcement that lead up to the event (see AnnouncementStartTime).
@property (nonatomic, retain) NSDate *eventTimeDiscussion
The date on which the event occurs. This is also the ending date of the
announcement that lead up to the event (see AnnouncementStartTime).
type : NSDate, wrapper for primitive date
Declared In
Trading_AnnouncementMessageType.h