public interface ConversionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConversionType |
getConversionType()
Conversion type.
|
int |
getConversionTypeValue()
Conversion type.
|
MovementDetails |
getMovementDetails()
Details of the security, units, movement reason, basis of movement, guaranteed foreign indicator
|
MovementDetailsOrBuilder |
getMovementDetailsOrBuilder()
Details of the security, units, movement reason, basis of movement, guaranteed foreign indicator
|
com.google.protobuf.StringValue |
getParticipant()
The Participant identifies the Participant delivering/receiving units.
|
com.google.protobuf.StringValueOrBuilder |
getParticipantOrBuilder()
The Participant identifies the Participant delivering/receiving units.
|
ReferenceDetails |
getReferenceDetails()
Request message references
|
ReferenceDetailsOrBuilder |
getReferenceDetailsOrBuilder()
Request message references
|
com.google.protobuf.StringValue |
getRegistrationReference()
Populated with an Account Identifier that links to the Account Notification that will be sent to the
Issuer (Registry).
|
com.google.protobuf.StringValueOrBuilder |
getRegistrationReferenceOrBuilder()
Populated with an Account Identifier that links to the Account Notification that will be sent to the
Issuer (Registry).
|
com.google.protobuf.StringValue |
getRequestId()
A universally unique identifier for this request.
|
com.google.protobuf.StringValueOrBuilder |
getRequestIdOrBuilder()
A universally unique identifier for this request.
|
com.google.protobuf.StringValue |
getSettlementAccount()
The Account (HIN) is the Account (HIN) from which units are being delivered/received.
|
com.google.protobuf.StringValueOrBuilder |
getSettlementAccountOrBuilder()
The Account (HIN) is the Account (HIN) from which units are being delivered/received.
|
com.google.protobuf.StringValue |
getSrn()
Optional SRN
|
com.google.protobuf.StringValueOrBuilder |
getSrnOrBuilder()
Optional SRN
|
boolean |
hasMovementDetails()
Details of the security, units, movement reason, basis of movement, guaranteed foreign indicator
|
boolean |
hasParticipant()
The Participant identifies the Participant delivering/receiving units.
|
boolean |
hasReferenceDetails()
Request message references
|
boolean |
hasRegistrationReference()
Populated with an Account Identifier that links to the Account Notification that will be sent to the
Issuer (Registry).
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasSettlementAccount()
The Account (HIN) is the Account (HIN) from which units are being delivered/received.
|
boolean |
hasSrn()
Optional SRN
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRequestId()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications.
.google.protobuf.StringValue request_id = 1;com.google.protobuf.StringValue getRequestId()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications.
.google.protobuf.StringValue request_id = 1;com.google.protobuf.StringValueOrBuilder getRequestIdOrBuilder()
A universally unique identifier for this request. Used for idempotency and correlation with asynchronous notifications.
.google.protobuf.StringValue request_id = 1;int getConversionTypeValue()
Conversion type.
.fincleartech.ibroker.ConversionType conversion_type = 2;ConversionType getConversionType()
Conversion type.
.fincleartech.ibroker.ConversionType conversion_type = 2;boolean hasReferenceDetails()
Request message references
.fincleartech.ibroker.ReferenceDetails reference_details = 9;ReferenceDetails getReferenceDetails()
Request message references
.fincleartech.ibroker.ReferenceDetails reference_details = 9;ReferenceDetailsOrBuilder getReferenceDetailsOrBuilder()
Request message references
.fincleartech.ibroker.ReferenceDetails reference_details = 9;boolean hasMovementDetails()
Details of the security, units, movement reason, basis of movement, guaranteed foreign indicator
.fincleartech.ibroker.MovementDetails movement_details = 13;MovementDetails getMovementDetails()
Details of the security, units, movement reason, basis of movement, guaranteed foreign indicator
.fincleartech.ibroker.MovementDetails movement_details = 13;MovementDetailsOrBuilder getMovementDetailsOrBuilder()
Details of the security, units, movement reason, basis of movement, guaranteed foreign indicator
.fincleartech.ibroker.MovementDetails movement_details = 13;boolean hasParticipant()
The Participant identifies the Participant delivering/receiving units.
.google.protobuf.StringValue participant = 18;com.google.protobuf.StringValue getParticipant()
The Participant identifies the Participant delivering/receiving units.
.google.protobuf.StringValue participant = 18;com.google.protobuf.StringValueOrBuilder getParticipantOrBuilder()
The Participant identifies the Participant delivering/receiving units.
.google.protobuf.StringValue participant = 18;boolean hasSettlementAccount()
The Account (HIN) is the Account (HIN) from which units are being delivered/received.
.google.protobuf.StringValue settlement_account = 19;com.google.protobuf.StringValue getSettlementAccount()
The Account (HIN) is the Account (HIN) from which units are being delivered/received.
.google.protobuf.StringValue settlement_account = 19;com.google.protobuf.StringValueOrBuilder getSettlementAccountOrBuilder()
The Account (HIN) is the Account (HIN) from which units are being delivered/received.
.google.protobuf.StringValue settlement_account = 19;boolean hasSrn()
Optional SRN
.google.protobuf.StringValue srn = 23;com.google.protobuf.StringValue getSrn()
Optional SRN
.google.protobuf.StringValue srn = 23;com.google.protobuf.StringValueOrBuilder getSrnOrBuilder()
Optional SRN
.google.protobuf.StringValue srn = 23;boolean hasRegistrationReference()
Populated with an Account Identifier that links to the Account Notification that will be sent to the Issuer (Registry). In this process the Registration Reference must be populated with a 'Registration Identifier' (RGID) that is controlled by the Sender Participant.
.google.protobuf.StringValue registration_reference = 24;com.google.protobuf.StringValue getRegistrationReference()
Populated with an Account Identifier that links to the Account Notification that will be sent to the Issuer (Registry). In this process the Registration Reference must be populated with a 'Registration Identifier' (RGID) that is controlled by the Sender Participant.
.google.protobuf.StringValue registration_reference = 24;com.google.protobuf.StringValueOrBuilder getRegistrationReferenceOrBuilder()
Populated with an Account Identifier that links to the Account Notification that will be sent to the Issuer (Registry). In this process the Registration Reference must be populated with a 'Registration Identifier' (RGID) that is controlled by the Sender Participant.
.google.protobuf.StringValue registration_reference = 24;Copyright © 2020. All rights reserved.