Trading_AddMemberMessagesAAQToBidderResponseContainerType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_AddMemberMessagesAAQToBidderResponseContainerType.h Trading_AddMemberMessagesAAQToBidderResponseContainerType.m |
Tasks
-
correlationID
A CorrelationID value is required for
property
each AddMemberMessagesAAQToBidderRequestContainer container that is used in the request. The
CorrelationID value returned under each
AddMemberMessagesAAQToBidderResponseContainer container is used to correlate each
member message container in the request with its corresponding member message container in the
response. The same CorrelationID value that you pass into a request will
be returned in the CorrelationID field in the response. -
ack
Indicates the response status (e.g., success).
property
Properties
ack
Indicates the response status (e.g., success).
@property (nonatomic, retain) NSString *ack
Discussion
Indicates the response status (e.g., success).
type: string constant in Trading_AckCodeType.h
Declared In
Trading_AddMemberMessagesAAQToBidderResponseContainerType.h
correlationID
A CorrelationID value is required for
each AddMemberMessagesAAQToBidderRequestContainer container that is used in the request. The
CorrelationID value returned under each
AddMemberMessagesAAQToBidderResponseContainer container is used to correlate each
member message container in the request with its corresponding member message container in the
response. The same CorrelationID value that you pass into a request will
be returned in the CorrelationID field in the response.
@property (nonatomic, retain) NSString *correlationID
Discussion
A CorrelationID value is required for
each AddMemberMessagesAAQToBidderRequestContainer container that is used in the request. The
CorrelationID value returned under each
AddMemberMessagesAAQToBidderResponseContainer container is used to correlate each
member message container in the request with its corresponding member message container in the
response. The same CorrelationID value that you pass into a request will
be returned in the CorrelationID field in the response.
type : NSString, wrapper for primitive string
Declared In
Trading_AddMemberMessagesAAQToBidderResponseContainerType.h