public interface UpdateIssuerResidencyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountNumber()
iBROKER Account Number
Mandatory
Maximum size 8
|
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
iBROKER Account Number
Mandatory
Maximum size 8
|
com.google.protobuf.BoolValue |
getCurrent()
Flag indicating if the record is current or non current
Optional
|
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
Flag indicating if the record is current or non current
Optional
|
DateTimeValue |
getEntryDateTime()
The date/time the record was created
Mandatory
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
The date/time the record was created
Mandatory
|
com.google.protobuf.StringValue |
getIssuerCode()
Issuer Code for the Residency indicator
Mandatory
Maximum size 6
|
com.google.protobuf.StringValueOrBuilder |
getIssuerCodeOrBuilder()
Issuer Code for the Residency indicator
Mandatory
Maximum size 6
|
DateTimeValue |
getReceivedDate()
Mandatory
|
DateTimeValueOrBuilder |
getReceivedDateOrBuilder()
Mandatory
|
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 |
getResidency()
Residency flag - values D - Domestic or F - Foreign
Optional
Maximum size 1
|
com.google.protobuf.StringValueOrBuilder |
getResidencyOrBuilder()
Residency flag - values D - Domestic or F - Foreign
Optional
Maximum size 1
|
com.google.protobuf.StringValue |
getUserId()
The database user ID who created the equity account
Maximum size 18
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
The database user ID who created the equity account
Maximum size 18
|
boolean |
hasAccountNumber()
iBROKER Account Number
Mandatory
Maximum size 8
|
boolean |
hasCurrent()
Flag indicating if the record is current or non current
Optional
|
boolean |
hasEntryDateTime()
The date/time the record was created
Mandatory
|
boolean |
hasIssuerCode()
Issuer Code for the Residency indicator
Mandatory
Maximum size 6
|
boolean |
hasReceivedDate()
Mandatory
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasResidency()
Residency flag - values D - Domestic or F - Foreign
Optional
Maximum size 1
|
boolean |
hasUserId()
The database user ID who created the equity account
Maximum size 18
|
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. Mandatory
.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. Mandatory
.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. Mandatory
.google.protobuf.StringValue request_id = 1;boolean hasAccountNumber()
iBROKER Account Number Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValue getAccountNumber()
iBROKER Account Number Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
iBROKER Account Number Mandatory Maximum size 8
.google.protobuf.StringValue account_number = 2;boolean hasIssuerCode()
Issuer Code for the Residency indicator Mandatory Maximum size 6
.google.protobuf.StringValue issuer_code = 3;com.google.protobuf.StringValue getIssuerCode()
Issuer Code for the Residency indicator Mandatory Maximum size 6
.google.protobuf.StringValue issuer_code = 3;com.google.protobuf.StringValueOrBuilder getIssuerCodeOrBuilder()
Issuer Code for the Residency indicator Mandatory Maximum size 6
.google.protobuf.StringValue issuer_code = 3;boolean hasResidency()
Residency flag - values D - Domestic or F - Foreign Optional Maximum size 1
.google.protobuf.StringValue residency = 4;com.google.protobuf.StringValue getResidency()
Residency flag - values D - Domestic or F - Foreign Optional Maximum size 1
.google.protobuf.StringValue residency = 4;com.google.protobuf.StringValueOrBuilder getResidencyOrBuilder()
Residency flag - values D - Domestic or F - Foreign Optional Maximum size 1
.google.protobuf.StringValue residency = 4;boolean hasCurrent()
Flag indicating if the record is current or non current Optional
.google.protobuf.BoolValue current = 5;com.google.protobuf.BoolValue getCurrent()
Flag indicating if the record is current or non current Optional
.google.protobuf.BoolValue current = 5;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Flag indicating if the record is current or non current Optional
.google.protobuf.BoolValue current = 5;boolean hasEntryDateTime()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 6;DateTimeValue getEntryDateTime()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 6;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 6;boolean hasUserId()
The database user ID who created the equity account Maximum size 18
.google.protobuf.StringValue user_id = 7;com.google.protobuf.StringValue getUserId()
The database user ID who created the equity account Maximum size 18
.google.protobuf.StringValue user_id = 7;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
The database user ID who created the equity account Maximum size 18
.google.protobuf.StringValue user_id = 7;boolean hasReceivedDate()
Mandatory
.fincleartech.ibroker.DateTimeValue received_date = 8;DateTimeValue getReceivedDate()
Mandatory
.fincleartech.ibroker.DateTimeValue received_date = 8;DateTimeValueOrBuilder getReceivedDateOrBuilder()
Mandatory
.fincleartech.ibroker.DateTimeValue received_date = 8;Copyright © 2020. All rights reserved.