public interface AdviserBrokerageSplitOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountNumber()
iBROKER Account Number
Maximum size 8
|
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
iBROKER Account Number
Maximum size 8
|
com.google.protobuf.StringValue |
getAdviserCode()
The code associated with the adviser
Mandatory
Maximum size 5
|
com.google.protobuf.StringValueOrBuilder |
getAdviserCodeOrBuilder()
The code associated with the adviser
Mandatory
Maximum size 5
|
com.google.protobuf.BoolValue |
getCurrent()
Flag indicating if record is active
Mandatory
Maximum size 1
|
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
Flag indicating if record is active
Mandatory
Maximum size 1
|
DateTimeValue |
getEntryDateTime()
The date/time the record was created
Optional
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
The date/time the record was created
Optional
|
NumberValue |
getPercentageBrokerage()
Indicates the brokerage percentage to be applied to the adviser.
|
NumberValueOrBuilder |
getPercentageBrokerageOrBuilder()
Indicates the brokerage percentage to be applied to the adviser.
|
com.google.protobuf.StringValue |
getUserId()
The database user ID who created the account adviser split
Optional
Maximum size 18
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
The database user ID who created the account adviser split
Optional
Maximum size 18
|
boolean |
hasAccountNumber()
iBROKER Account Number
Maximum size 8
|
boolean |
hasAdviserCode()
The code associated with the adviser
Mandatory
Maximum size 5
|
boolean |
hasCurrent()
Flag indicating if record is active
Mandatory
Maximum size 1
|
boolean |
hasEntryDateTime()
The date/time the record was created
Optional
|
boolean |
hasPercentageBrokerage()
Indicates the brokerage percentage to be applied to the adviser.
|
boolean |
hasUserId()
The database user ID who created the account adviser split
Optional
Maximum size 18
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAccountNumber()
iBROKER Account Number Maximum size 8
.google.protobuf.StringValue account_number = 1;com.google.protobuf.StringValue getAccountNumber()
iBROKER Account Number Maximum size 8
.google.protobuf.StringValue account_number = 1;com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
iBROKER Account Number Maximum size 8
.google.protobuf.StringValue account_number = 1;boolean hasAdviserCode()
The code associated with the adviser Mandatory Maximum size 5
.google.protobuf.StringValue adviser_code = 2;com.google.protobuf.StringValue getAdviserCode()
The code associated with the adviser Mandatory Maximum size 5
.google.protobuf.StringValue adviser_code = 2;com.google.protobuf.StringValueOrBuilder getAdviserCodeOrBuilder()
The code associated with the adviser Mandatory Maximum size 5
.google.protobuf.StringValue adviser_code = 2;boolean hasPercentageBrokerage()
Indicates the brokerage percentage to be applied to the adviser. Numeric values represented as a percentage (i.e 50 will be 50%) Mandatory Maximum size 7,4
.fincleartech.ibroker.NumberValue percentage_brokerage = 3;NumberValue getPercentageBrokerage()
Indicates the brokerage percentage to be applied to the adviser. Numeric values represented as a percentage (i.e 50 will be 50%) Mandatory Maximum size 7,4
.fincleartech.ibroker.NumberValue percentage_brokerage = 3;NumberValueOrBuilder getPercentageBrokerageOrBuilder()
Indicates the brokerage percentage to be applied to the adviser. Numeric values represented as a percentage (i.e 50 will be 50%) Mandatory Maximum size 7,4
.fincleartech.ibroker.NumberValue percentage_brokerage = 3;boolean hasCurrent()
Flag indicating if record is active Mandatory Maximum size 1
.google.protobuf.BoolValue current = 4;com.google.protobuf.BoolValue getCurrent()
Flag indicating if record is active Mandatory Maximum size 1
.google.protobuf.BoolValue current = 4;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Flag indicating if record is active Mandatory Maximum size 1
.google.protobuf.BoolValue current = 4;boolean hasEntryDateTime()
The date/time the record was created Optional
.fincleartech.ibroker.DateTimeValue entry_date_time = 5;DateTimeValue getEntryDateTime()
The date/time the record was created Optional
.fincleartech.ibroker.DateTimeValue entry_date_time = 5;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
The date/time the record was created Optional
.fincleartech.ibroker.DateTimeValue entry_date_time = 5;boolean hasUserId()
The database user ID who created the account adviser split Optional Maximum size 18
.google.protobuf.StringValue user_id = 6;com.google.protobuf.StringValue getUserId()
The database user ID who created the account adviser split Optional Maximum size 18
.google.protobuf.StringValue user_id = 6;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
The database user ID who created the account adviser split Optional Maximum size 18
.google.protobuf.StringValue user_id = 6;Copyright © 2022. All rights reserved.