public interface UpdateAccountLinkRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.BoolValue |
getCurrent()
Flag indicating if the record is the default
Mandatory
|
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
Flag indicating if the record is the default
Mandatory
|
com.google.protobuf.BoolValue |
getDefault()
Mandatory
|
com.google.protobuf.BoolValueOrBuilder |
getDefaultOrBuilder()
Mandatory
|
DateTimeValue |
getEntryDateTime()
Flag indicating if client is active
Mandatory
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
Flag indicating if client is active
Mandatory
|
com.google.protobuf.StringValue |
getEquityAccountNumber()
iBROKER Equity Account Number to be linked to the iBROKER Option Account.
|
com.google.protobuf.StringValueOrBuilder |
getEquityAccountNumberOrBuilder()
iBROKER Equity Account Number to be linked to the iBROKER Option Account.
|
com.google.protobuf.StringValue |
getOptionsAccountNumber()
iBROKER Option Account Number
Mandatory
Maximum size 8
|
com.google.protobuf.StringValueOrBuilder |
getOptionsAccountNumberOrBuilder()
iBROKER Option Account Number
Mandatory
Maximum size 8
|
com.google.protobuf.StringValue |
getRelationshipType()
The type of relationship the accounts have with each other - ETO
Mandatory
Maximum size 3
|
com.google.protobuf.StringValueOrBuilder |
getRelationshipTypeOrBuilder()
The type of relationship the accounts have with each other - ETO
Mandatory
Maximum size 3
|
com.google.protobuf.StringValue |
getRequestId()
A universally unique identifier for this request.
|
com.google.protobuf.StringValueOrBuilder |
getRequestIdOrBuilder()
A universally unique identifier for this request.
|
boolean |
hasCurrent()
Flag indicating if the record is the default
Mandatory
|
boolean |
hasDefault()
Mandatory
|
boolean |
hasEntryDateTime()
Flag indicating if client is active
Mandatory
|
boolean |
hasEquityAccountNumber()
iBROKER Equity Account Number to be linked to the iBROKER Option Account.
|
boolean |
hasOptionsAccountNumber()
iBROKER Option Account Number
Mandatory
Maximum size 8
|
boolean |
hasRelationshipType()
The type of relationship the accounts have with each other - ETO
Mandatory
Maximum size 3
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
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 hasOptionsAccountNumber()
iBROKER Option Account Number Mandatory Maximum size 8
.google.protobuf.StringValue options_account_number = 2;com.google.protobuf.StringValue getOptionsAccountNumber()
iBROKER Option Account Number Mandatory Maximum size 8
.google.protobuf.StringValue options_account_number = 2;com.google.protobuf.StringValueOrBuilder getOptionsAccountNumberOrBuilder()
iBROKER Option Account Number Mandatory Maximum size 8
.google.protobuf.StringValue options_account_number = 2;boolean hasEquityAccountNumber()
iBROKER Equity Account Number to be linked to the iBROKER Option Account. Mandatory Maximum size 8
.google.protobuf.StringValue equity_account_number = 3;com.google.protobuf.StringValue getEquityAccountNumber()
iBROKER Equity Account Number to be linked to the iBROKER Option Account. Mandatory Maximum size 8
.google.protobuf.StringValue equity_account_number = 3;com.google.protobuf.StringValueOrBuilder getEquityAccountNumberOrBuilder()
iBROKER Equity Account Number to be linked to the iBROKER Option Account. Mandatory Maximum size 8
.google.protobuf.StringValue equity_account_number = 3;boolean hasRelationshipType()
The type of relationship the accounts have with each other - ETO Mandatory Maximum size 3
.google.protobuf.StringValue relationship_type = 4;com.google.protobuf.StringValue getRelationshipType()
The type of relationship the accounts have with each other - ETO Mandatory Maximum size 3
.google.protobuf.StringValue relationship_type = 4;com.google.protobuf.StringValueOrBuilder getRelationshipTypeOrBuilder()
The type of relationship the accounts have with each other - ETO Mandatory Maximum size 3
.google.protobuf.StringValue relationship_type = 4;boolean hasDefault()
Mandatory
.google.protobuf.BoolValue default = 5;com.google.protobuf.BoolValue getDefault()
Mandatory
.google.protobuf.BoolValue default = 5;com.google.protobuf.BoolValueOrBuilder getDefaultOrBuilder()
Mandatory
.google.protobuf.BoolValue default = 5;boolean hasCurrent()
Flag indicating if the record is the default Mandatory
.google.protobuf.BoolValue current = 6;com.google.protobuf.BoolValue getCurrent()
Flag indicating if the record is the default Mandatory
.google.protobuf.BoolValue current = 6;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Flag indicating if the record is the default Mandatory
.google.protobuf.BoolValue current = 6;boolean hasEntryDateTime()
Flag indicating if client is active Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;DateTimeValue getEntryDateTime()
Flag indicating if client is active Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
Flag indicating if client is active Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;Copyright © 2022. All rights reserved.