Trading_AddToWatchListRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_AddToWatchListRequestType.h Trading_AddToWatchListRequestType.m |
Tasks
-
itemID
The ItemID of the item that is to be added to the watch list.
property
The item must be a currently active item, and the total number
of items in the
watchlist (after the items in the request have been added) cannot exceed
the maximum allowed number of watch list items. One or more ItemID fields can be specified. A separate error node will be
returned for each item that fails.
Either ItemID or VariationKey is required
(but do not pass in both). -
variationKey
A variation (or set of variations) that you want to watch.
property
Use this to watch a particular variation (not the entire item).
Either the top-level ItemID or VariationKey is required
(but do not pass in both).
Properties
itemID
The ItemID of the item that is to be added to the watch list.
The item must be a currently active item, and the total number
of items in the
watchlist (after the items in the request have been added) cannot exceed
the maximum allowed number of watch list items. One or more ItemID fields can be specified. A separate error node will be
returned for each item that fails.
Either ItemID or VariationKey is required
(but do not pass in both).
@property (nonatomic, retain) NSMutableArray *itemID
Discussion
The ItemID of the item that is to be added to the watch list.
The item must be a currently active item, and the total number
of items in the
watchlist (after the items in the request have been added) cannot exceed
the maximum allowed number of watch list items. One or more ItemID fields can be specified. A separate error node will be
returned for each item that fails.
Either ItemID or VariationKey is required
(but do not pass in both).
entry type : NSString, wrapper for primitive string
Declared In
Trading_AddToWatchListRequestType.h
variationKey
A variation (or set of variations) that you want to watch.
Use this to watch a particular variation (not the entire item).
Either the top-level ItemID or VariationKey is required
(but do not pass in both).
@property (nonatomic, retain) NSMutableArray *variationKey
Discussion
A variation (or set of variations) that you want to watch.
Use this to watch a particular variation (not the entire item).
Either the top-level ItemID or VariationKey is required
(but do not pass in both).
entry type : class Trading_VariationKeyType
Declared In
Trading_AddToWatchListRequestType.h