public interface UpdateProtectReasonRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DateTimeValue |
getEntryDateTime()
The date/time the record was created
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
The date/time the record was created
|
com.google.protobuf.BoolValue |
getMarginAccount()
Indicator to advise if the Settlement Account belongs to a Margin Lending Account
Mandatory
|
com.google.protobuf.BoolValueOrBuilder |
getMarginAccountOrBuilder()
Indicator to advise if the Settlement Account belongs to a Margin Lending Account
Mandatory
|
com.google.protobuf.StringValue |
getParticipantId()
Paticipnat id of the settlement account (HIN)
Mandatory
Maximum size 5
|
com.google.protobuf.StringValueOrBuilder |
getParticipantIdOrBuilder()
Paticipnat id of the settlement account (HIN)
Mandatory
Maximum size 5
|
com.google.protobuf.StringValue |
getReason()
Protection Reason to be applied to settlement account (HIN)
Available options defined in iBROKER
Optional
Maximum size 3
|
com.google.protobuf.StringValueOrBuilder |
getReasonOrBuilder()
Protection Reason to be applied to settlement account (HIN)
Available options defined in iBROKER
Optional
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.
|
com.google.protobuf.StringValue |
getSettlementAccount()
Settlement Account (HIN) protection reason is to be applied to
Mandatory
Maximum size 10
|
com.google.protobuf.StringValueOrBuilder |
getSettlementAccountOrBuilder()
Settlement Account (HIN) protection reason is to be applied to
Mandatory
Maximum size 10
|
com.google.protobuf.StringValue |
getUserId()
The database user ID who created the equity account
Mandatory
Maximum size 18
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
The database user ID who created the equity account
Mandatory
Maximum size 18
|
boolean |
hasEntryDateTime()
The date/time the record was created
|
boolean |
hasMarginAccount()
Indicator to advise if the Settlement Account belongs to a Margin Lending Account
Mandatory
|
boolean |
hasParticipantId()
Paticipnat id of the settlement account (HIN)
Mandatory
Maximum size 5
|
boolean |
hasReason()
Protection Reason to be applied to settlement account (HIN)
Available options defined in iBROKER
Optional
Maximum size 3
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasSettlementAccount()
Settlement Account (HIN) protection reason is to be applied to
Mandatory
Maximum size 10
|
boolean |
hasUserId()
The database user ID who created the equity account
Mandatory
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.
.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;boolean hasSettlementAccount()
Settlement Account (HIN) protection reason is to be applied to Mandatory Maximum size 10
.google.protobuf.StringValue settlement_account = 2;com.google.protobuf.StringValue getSettlementAccount()
Settlement Account (HIN) protection reason is to be applied to Mandatory Maximum size 10
.google.protobuf.StringValue settlement_account = 2;com.google.protobuf.StringValueOrBuilder getSettlementAccountOrBuilder()
Settlement Account (HIN) protection reason is to be applied to Mandatory Maximum size 10
.google.protobuf.StringValue settlement_account = 2;boolean hasParticipantId()
Paticipnat id of the settlement account (HIN) Mandatory Maximum size 5
.google.protobuf.StringValue participant_id = 3;com.google.protobuf.StringValue getParticipantId()
Paticipnat id of the settlement account (HIN) Mandatory Maximum size 5
.google.protobuf.StringValue participant_id = 3;com.google.protobuf.StringValueOrBuilder getParticipantIdOrBuilder()
Paticipnat id of the settlement account (HIN) Mandatory Maximum size 5
.google.protobuf.StringValue participant_id = 3;boolean hasReason()
Protection Reason to be applied to settlement account (HIN) Available options defined in iBROKER Optional Maximum size 3
.google.protobuf.StringValue reason = 4;com.google.protobuf.StringValue getReason()
Protection Reason to be applied to settlement account (HIN) Available options defined in iBROKER Optional Maximum size 3
.google.protobuf.StringValue reason = 4;com.google.protobuf.StringValueOrBuilder getReasonOrBuilder()
Protection Reason to be applied to settlement account (HIN) Available options defined in iBROKER Optional Maximum size 3
.google.protobuf.StringValue reason = 4;boolean hasMarginAccount()
Indicator to advise if the Settlement Account belongs to a Margin Lending Account Mandatory
.google.protobuf.BoolValue margin_account = 5;com.google.protobuf.BoolValue getMarginAccount()
Indicator to advise if the Settlement Account belongs to a Margin Lending Account Mandatory
.google.protobuf.BoolValue margin_account = 5;com.google.protobuf.BoolValueOrBuilder getMarginAccountOrBuilder()
Indicator to advise if the Settlement Account belongs to a Margin Lending Account Mandatory
.google.protobuf.BoolValue margin_account = 5;boolean hasUserId()
The database user ID who created the equity account Mandatory Maximum size 18
.google.protobuf.StringValue user_id = 6;com.google.protobuf.StringValue getUserId()
The database user ID who created the equity account Mandatory Maximum size 18
.google.protobuf.StringValue user_id = 6;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
The database user ID who created the equity account Mandatory Maximum size 18
.google.protobuf.StringValue user_id = 6;boolean hasEntryDateTime()
The date/time the record was created
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;DateTimeValue getEntryDateTime()
The date/time the record was created
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
The date/time the record was created
.fincleartech.ibroker.DateTimeValue entry_date_time = 7;Copyright © 2020. All rights reserved.