Trading_RemoveFromWatchListResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_RemoveFromWatchListResponseType.h Trading_RemoveFromWatchListResponseType.m |
Tasks
-
watchListCount
The current number of items in the user’s watch list (after those
property
specified in the call request have been removed) -
watchListMaximum
The 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 *watchListCount
Discussion
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.h
watchListMaximum
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 *watchListMaximum
Discussion
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