Trading_RemoveFromWatchListResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_RemoveFromWatchListResponseType.h Trading_RemoveFromWatchListResponseType.m |
Tasks
-
watchListCountThe current number of items in the user’s watch list (after those
property
specified in the call request have been removed) -
watchListMaximumThe maximum number of items allowed in watch lists. Currently this value
property
is 200, and is the same for all sites and all users.
Properties
watchListCount
The current number of items in the user’s watch list (after those
specified in the call request have been removed)
@property (nonatomic, retain) NSNumber *watchListCountDiscussion
The current number of items in the user’s watch list (after those
specified in the call request have been removed)
type : NSNumber, wrapper for primitive int
Declared In
Trading_RemoveFromWatchListResponseType.hwatchListMaximum
The maximum number of items allowed in watch lists. Currently this value
is 200, and is the same for all sites and all users.
@property (nonatomic, retain) NSNumber *watchListMaximumDiscussion
The maximum number of items allowed in watch lists. Currently this value
is 200, and is the same for all sites and all users.
type : NSNumber, wrapper for primitive int
Declared In
Trading_RemoveFromWatchListResponseType.h