Trading_AnnouncementMessageType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_AnnouncementMessageType.h Trading_AnnouncementMessageType.m |
Tasks
-
announcementStartTime
The date on which an upcoming event can start to be announced.
property -
eventTime
The date on which the event occurs. This is also the ending date of the
property
announcement that lead up to the event (see AnnouncementStartTime). -
messageType
Control 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 *announcementStartTime
Discussion
The date on which an upcoming event can start to be announced.
type : NSDate, wrapper for primitive date
Declared In
Trading_AnnouncementMessageType.h
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_AnnouncementMessageType.h
eventTime
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 *eventTime
Discussion
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