public interface UpdateAccountMiscDataRequestOrBuilder
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.StringValue |
getCommonCustodian()
.google.protobuf.StringValue common_custodian = 9; |
com.google.protobuf.StringValueOrBuilder |
getCommonCustodianOrBuilder()
.google.protobuf.StringValue common_custodian = 9; |
com.google.protobuf.StringValue |
getDefaultRegister()
.google.protobuf.StringValue default_register = 8; |
com.google.protobuf.StringValueOrBuilder |
getDefaultRegisterOrBuilder()
.google.protobuf.StringValue default_register = 8; |
DateTimeValue |
getEntryDateTime()
The date/time the record was created
Mandatory
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
The date/time the record was created
Mandatory
|
com.google.protobuf.StringValue |
getGlCategoryCode()
.google.protobuf.StringValue gl_category_code = 10; |
com.google.protobuf.StringValueOrBuilder |
getGlCategoryCodeOrBuilder()
.google.protobuf.StringValue gl_category_code = 10; |
com.google.protobuf.StringValue |
getOccupationCode()
.google.protobuf.StringValue occupation_code = 5; |
com.google.protobuf.StringValueOrBuilder |
getOccupationCodeOrBuilder()
.google.protobuf.StringValue occupation_code = 5; |
NumberValue |
getParentCode()
.fincleartech.ibroker.NumberValue parent_code = 11; |
NumberValueOrBuilder |
getParentCodeOrBuilder()
.fincleartech.ibroker.NumberValue parent_code = 11; |
com.google.protobuf.StringValue |
getPassword()
password if wish to be recorded for client validation
Mandatory
Maximum size 255
|
com.google.protobuf.StringValueOrBuilder |
getPasswordOrBuilder()
password if wish to be recorded for client validation
Mandatory
Maximum size 255
|
com.google.protobuf.StringValue |
getPublicationCode()
Code used in iBROKER.
|
com.google.protobuf.StringValueOrBuilder |
getPublicationCodeOrBuilder()
Code used in iBROKER.
|
com.google.protobuf.BoolValue |
getRemovePortfolioShortSell()
.google.protobuf.BoolValue remove_portfolio_short_sell = 7; |
com.google.protobuf.BoolValueOrBuilder |
getRemovePortfolioShortSellOrBuilder()
.google.protobuf.BoolValue remove_portfolio_short_sell = 7; |
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 |
getTelephoneNumber()
.google.protobuf.StringValue telephone_number = 6; |
com.google.protobuf.StringValueOrBuilder |
getTelephoneNumberOrBuilder()
.google.protobuf.StringValue telephone_number = 6; |
com.google.protobuf.StringValue |
getUserId()
The database user ID who created the record
Optional
Maximum size 18
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
The database user ID who created the record
Optional
Maximum size 18
|
boolean |
hasAccountNumber()
iBROKER Account Number
Mandatory
Maximum size 8
|
boolean |
hasCommonCustodian()
.google.protobuf.StringValue common_custodian = 9; |
boolean |
hasDefaultRegister()
.google.protobuf.StringValue default_register = 8; |
boolean |
hasEntryDateTime()
The date/time the record was created
Mandatory
|
boolean |
hasGlCategoryCode()
.google.protobuf.StringValue gl_category_code = 10; |
boolean |
hasOccupationCode()
.google.protobuf.StringValue occupation_code = 5; |
boolean |
hasParentCode()
.fincleartech.ibroker.NumberValue parent_code = 11; |
boolean |
hasPassword()
password if wish to be recorded for client validation
Mandatory
Maximum size 255
|
boolean |
hasPublicationCode()
Code used in iBROKER.
|
boolean |
hasRemovePortfolioShortSell()
.google.protobuf.BoolValue remove_portfolio_short_sell = 7; |
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasTelephoneNumber()
.google.protobuf.StringValue telephone_number = 6; |
boolean |
hasUserId()
The database user ID who created the record
Optional
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 hasPublicationCode()
Code used in iBROKER. Available values as per defined in iBROKER Optional Maximum size 15
.google.protobuf.StringValue publication_code = 3;com.google.protobuf.StringValue getPublicationCode()
Code used in iBROKER. Available values as per defined in iBROKER Optional Maximum size 15
.google.protobuf.StringValue publication_code = 3;com.google.protobuf.StringValueOrBuilder getPublicationCodeOrBuilder()
Code used in iBROKER. Available values as per defined in iBROKER Optional Maximum size 15
.google.protobuf.StringValue publication_code = 3;boolean hasPassword()
password if wish to be recorded for client validation Mandatory Maximum size 255
.google.protobuf.StringValue password = 4;com.google.protobuf.StringValue getPassword()
password if wish to be recorded for client validation Mandatory Maximum size 255
.google.protobuf.StringValue password = 4;com.google.protobuf.StringValueOrBuilder getPasswordOrBuilder()
password if wish to be recorded for client validation Mandatory Maximum size 255
.google.protobuf.StringValue password = 4;boolean hasOccupationCode()
.google.protobuf.StringValue occupation_code = 5;com.google.protobuf.StringValue getOccupationCode()
.google.protobuf.StringValue occupation_code = 5;com.google.protobuf.StringValueOrBuilder getOccupationCodeOrBuilder()
.google.protobuf.StringValue occupation_code = 5;boolean hasTelephoneNumber()
.google.protobuf.StringValue telephone_number = 6;com.google.protobuf.StringValue getTelephoneNumber()
.google.protobuf.StringValue telephone_number = 6;com.google.protobuf.StringValueOrBuilder getTelephoneNumberOrBuilder()
.google.protobuf.StringValue telephone_number = 6;boolean hasRemovePortfolioShortSell()
.google.protobuf.BoolValue remove_portfolio_short_sell = 7;com.google.protobuf.BoolValue getRemovePortfolioShortSell()
.google.protobuf.BoolValue remove_portfolio_short_sell = 7;com.google.protobuf.BoolValueOrBuilder getRemovePortfolioShortSellOrBuilder()
.google.protobuf.BoolValue remove_portfolio_short_sell = 7;boolean hasDefaultRegister()
.google.protobuf.StringValue default_register = 8;com.google.protobuf.StringValue getDefaultRegister()
.google.protobuf.StringValue default_register = 8;com.google.protobuf.StringValueOrBuilder getDefaultRegisterOrBuilder()
.google.protobuf.StringValue default_register = 8;boolean hasCommonCustodian()
.google.protobuf.StringValue common_custodian = 9;com.google.protobuf.StringValue getCommonCustodian()
.google.protobuf.StringValue common_custodian = 9;com.google.protobuf.StringValueOrBuilder getCommonCustodianOrBuilder()
.google.protobuf.StringValue common_custodian = 9;boolean hasGlCategoryCode()
.google.protobuf.StringValue gl_category_code = 10;com.google.protobuf.StringValue getGlCategoryCode()
.google.protobuf.StringValue gl_category_code = 10;com.google.protobuf.StringValueOrBuilder getGlCategoryCodeOrBuilder()
.google.protobuf.StringValue gl_category_code = 10;boolean hasParentCode()
.fincleartech.ibroker.NumberValue parent_code = 11;NumberValue getParentCode()
.fincleartech.ibroker.NumberValue parent_code = 11;NumberValueOrBuilder getParentCodeOrBuilder()
.fincleartech.ibroker.NumberValue parent_code = 11;boolean hasEntryDateTime()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 12;DateTimeValue getEntryDateTime()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 12;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
The date/time the record was created Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 12;boolean hasUserId()
The database user ID who created the record Optional Maximum size 18
.google.protobuf.StringValue user_id = 13;com.google.protobuf.StringValue getUserId()
The database user ID who created the record Optional Maximum size 18
.google.protobuf.StringValue user_id = 13;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
The database user ID who created the record Optional Maximum size 18
.google.protobuf.StringValue user_id = 13;Copyright © 2020. All rights reserved.