public interface UpdateAccountSettlementInstructionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getBuySettleInstruction()
Settlement Instruction used for Buy Transaction.
|
com.google.protobuf.StringValueOrBuilder |
getBuySettleInstructionOrBuilder()
Settlement Instruction used for Buy Transaction.
|
com.google.protobuf.BoolValue |
getCurrent()
Flag indicating if record is active
Maximum size 1
Mandatory
|
com.google.protobuf.BoolValueOrBuilder |
getCurrentOrBuilder()
Flag indicating if record is active
Maximum size 1
Mandatory
|
com.google.protobuf.BoolValue |
getDefault()
Y = record is the default settlement instruction
Maximum size 1
Mandatory
|
com.google.protobuf.BoolValueOrBuilder |
getDefaultOrBuilder()
Y = record is the default settlement instruction
Maximum size 1
Mandatory
|
DateTimeValue |
getEntryDateTime()
Mandatory
|
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
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.BoolValue |
getSecondaryMatch()
Secondary match flag is sent on CSP messaging
Maximum size 1
Optional
|
com.google.protobuf.BoolValueOrBuilder |
getSecondaryMatchOrBuilder()
Secondary match flag is sent on CSP messaging
Maximum size 1
Optional
|
com.google.protobuf.StringValue |
getSellSettleInstruction()
Settlement Instruction used for Sell Transaction.
|
com.google.protobuf.StringValueOrBuilder |
getSellSettleInstructionOrBuilder()
Settlement Instruction used for Sell Transaction.
|
com.google.protobuf.StringValue |
getSettlementInstructionId()
Settlement Instruction id
Mandatory
|
com.google.protobuf.StringValueOrBuilder |
getSettlementInstructionIdOrBuilder()
Settlement Instruction id
Mandatory
|
com.google.protobuf.StringValue |
getSupplementaryRef()
Supplementary Reference sent on CSP messaging
Maximum size 1
Optional
|
com.google.protobuf.StringValueOrBuilder |
getSupplementaryRefOrBuilder()
Supplementary Reference sent on CSP messaging
Maximum size 1
Optional
|
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 |
hasBuySettleInstruction()
Settlement Instruction used for Buy Transaction.
|
boolean |
hasCurrent()
Flag indicating if record is active
Maximum size 1
Mandatory
|
boolean |
hasDefault()
Y = record is the default settlement instruction
Maximum size 1
Mandatory
|
boolean |
hasEntryDateTime()
Mandatory
|
boolean |
hasRequestId()
A universally unique identifier for this request.
|
boolean |
hasSecondaryMatch()
Secondary match flag is sent on CSP messaging
Maximum size 1
Optional
|
boolean |
hasSellSettleInstruction()
Settlement Instruction used for Sell Transaction.
|
boolean |
hasSettlementInstructionId()
Settlement Instruction id
Mandatory
|
boolean |
hasSupplementaryRef()
Supplementary Reference sent on CSP messaging
Maximum size 1
Optional
|
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 hasSettlementInstructionId()
Settlement Instruction id Mandatory
.google.protobuf.StringValue settlement_instruction_id = 2;com.google.protobuf.StringValue getSettlementInstructionId()
Settlement Instruction id Mandatory
.google.protobuf.StringValue settlement_instruction_id = 2;com.google.protobuf.StringValueOrBuilder getSettlementInstructionIdOrBuilder()
Settlement Instruction id Mandatory
.google.protobuf.StringValue settlement_instruction_id = 2;boolean hasBuySettleInstruction()
Settlement Instruction used for Buy Transaction. Example when settlement group is I, then I, when S then either S or T Maximum size 1 Mandatory
.google.protobuf.StringValue buy_settle_instruction = 3;com.google.protobuf.StringValue getBuySettleInstruction()
Settlement Instruction used for Buy Transaction. Example when settlement group is I, then I, when S then either S or T Maximum size 1 Mandatory
.google.protobuf.StringValue buy_settle_instruction = 3;com.google.protobuf.StringValueOrBuilder getBuySettleInstructionOrBuilder()
Settlement Instruction used for Buy Transaction. Example when settlement group is I, then I, when S then either S or T Maximum size 1 Mandatory
.google.protobuf.StringValue buy_settle_instruction = 3;boolean hasSellSettleInstruction()
Settlement Instruction used for Sell Transaction. Example when settlement group is I, then I, when S then either S or T Maximum size 1 Mandatory
.google.protobuf.StringValue sell_settle_instruction = 4;com.google.protobuf.StringValue getSellSettleInstruction()
Settlement Instruction used for Sell Transaction. Example when settlement group is I, then I, when S then either S or T Maximum size 1 Mandatory
.google.protobuf.StringValue sell_settle_instruction = 4;com.google.protobuf.StringValueOrBuilder getSellSettleInstructionOrBuilder()
Settlement Instruction used for Sell Transaction. Example when settlement group is I, then I, when S then either S or T Maximum size 1 Mandatory
.google.protobuf.StringValue sell_settle_instruction = 4;boolean hasSupplementaryRef()
Supplementary Reference sent on CSP messaging Maximum size 1 Optional
.google.protobuf.StringValue supplementary_ref = 5;com.google.protobuf.StringValue getSupplementaryRef()
Supplementary Reference sent on CSP messaging Maximum size 1 Optional
.google.protobuf.StringValue supplementary_ref = 5;com.google.protobuf.StringValueOrBuilder getSupplementaryRefOrBuilder()
Supplementary Reference sent on CSP messaging Maximum size 1 Optional
.google.protobuf.StringValue supplementary_ref = 5;boolean hasSecondaryMatch()
Secondary match flag is sent on CSP messaging Maximum size 1 Optional
.google.protobuf.BoolValue secondary_match = 6;com.google.protobuf.BoolValue getSecondaryMatch()
Secondary match flag is sent on CSP messaging Maximum size 1 Optional
.google.protobuf.BoolValue secondary_match = 6;com.google.protobuf.BoolValueOrBuilder getSecondaryMatchOrBuilder()
Secondary match flag is sent on CSP messaging Maximum size 1 Optional
.google.protobuf.BoolValue secondary_match = 6;boolean hasCurrent()
Flag indicating if record is active Maximum size 1 Mandatory
.google.protobuf.BoolValue current = 7;com.google.protobuf.BoolValue getCurrent()
Flag indicating if record is active Maximum size 1 Mandatory
.google.protobuf.BoolValue current = 7;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Flag indicating if record is active Maximum size 1 Mandatory
.google.protobuf.BoolValue current = 7;boolean hasDefault()
Y = record is the default settlement instruction Maximum size 1 Mandatory
.google.protobuf.BoolValue default = 8;com.google.protobuf.BoolValue getDefault()
Y = record is the default settlement instruction Maximum size 1 Mandatory
.google.protobuf.BoolValue default = 8;com.google.protobuf.BoolValueOrBuilder getDefaultOrBuilder()
Y = record is the default settlement instruction Maximum size 1 Mandatory
.google.protobuf.BoolValue default = 8;boolean hasEntryDateTime()
Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 12;DateTimeValue getEntryDateTime()
Mandatory
.fincleartech.ibroker.DateTimeValue entry_date_time = 12;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
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 = 10;com.google.protobuf.StringValue getUserId()
The database user ID who created the record Optional Maximum size 18
.google.protobuf.StringValue user_id = 10;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
The database user ID who created the record Optional Maximum size 18
.google.protobuf.StringValue user_id = 10;Copyright © 2020. All rights reserved.