public interface SettlementInstructionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.StringValue |
getAccountNumber()
iBROKER Account Number
Maximum size 8
Mandatory
|
com.google.protobuf.StringValueOrBuilder |
getAccountNumberOrBuilder()
iBROKER Account Number
Maximum size 8
Mandatory
|
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()
.fincleartech.ibroker.DateTimeValue entry_date_time = 12; |
DateTimeValueOrBuilder |
getEntryDateTimeOrBuilder()
.fincleartech.ibroker.DateTimeValue entry_date_time = 12; |
com.google.protobuf.StringValue |
getParticipantId()
Participant Id Requesting the Settlement Account.
|
com.google.protobuf.StringValueOrBuilder |
getParticipantIdOrBuilder()
Participant Id Requesting the Settlement Account.
|
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 |
getSettlementAccount()
CSP Settlement Account (HIN).
|
com.google.protobuf.StringValueOrBuilder |
getSettlementAccountOrBuilder()
CSP Settlement Account (HIN).
|
com.google.protobuf.StringValue |
getSettlementGroup()
iBROKER Settlement Group.
|
com.google.protobuf.StringValueOrBuilder |
getSettlementGroupOrBuilder()
iBROKER Settlement Group.
|
com.google.protobuf.StringValue |
getSettlementInstructionId()
.google.protobuf.StringValue settlement_instruction_id = 1; |
com.google.protobuf.StringValueOrBuilder |
getSettlementInstructionIdOrBuilder()
.google.protobuf.StringValue settlement_instruction_id = 1; |
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 equity account
Optional
Maximum size 18
|
com.google.protobuf.StringValueOrBuilder |
getUserIdOrBuilder()
The database user ID who created the equity account
Optional
Maximum size 18
|
boolean |
hasAccountNumber()
iBROKER Account Number
Maximum size 8
Mandatory
|
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()
.fincleartech.ibroker.DateTimeValue entry_date_time = 12; |
boolean |
hasParticipantId()
Participant Id Requesting the Settlement Account.
|
boolean |
hasSecondaryMatch()
Secondary match flag is sent on CSP messaging
Maximum size 1
Optional
|
boolean |
hasSellSettleInstruction()
Settlement Instruction used for Sell Transaction.
|
boolean |
hasSettlementAccount()
CSP Settlement Account (HIN).
|
boolean |
hasSettlementGroup()
iBROKER Settlement Group.
|
boolean |
hasSettlementInstructionId()
.google.protobuf.StringValue settlement_instruction_id = 1; |
boolean |
hasSupplementaryRef()
Supplementary Reference sent on CSP messaging
Maximum size 1
Optional
|
boolean |
hasUserId()
The database user ID who created the equity account
Optional
Maximum size 18
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSettlementInstructionId()
.google.protobuf.StringValue settlement_instruction_id = 1;com.google.protobuf.StringValue getSettlementInstructionId()
.google.protobuf.StringValue settlement_instruction_id = 1;com.google.protobuf.StringValueOrBuilder getSettlementInstructionIdOrBuilder()
.google.protobuf.StringValue settlement_instruction_id = 1;boolean hasAccountNumber()
iBROKER Account Number Maximum size 8 Mandatory
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValue getAccountNumber()
iBROKER Account Number Maximum size 8 Mandatory
.google.protobuf.StringValue account_number = 2;com.google.protobuf.StringValueOrBuilder getAccountNumberOrBuilder()
iBROKER Account Number Maximum size 8 Mandatory
.google.protobuf.StringValue account_number = 2;boolean hasSettlementGroup()
iBROKER Settlement Group. There are 4 groups. I - Issuer, S - Sponsored, P - Participant, - N - Non-CHESS Maximum size 1 Mandatory
.google.protobuf.StringValue settlement_group = 3;com.google.protobuf.StringValue getSettlementGroup()
iBROKER Settlement Group. There are 4 groups. I - Issuer, S - Sponsored, P - Participant, - N - Non-CHESS Maximum size 1 Mandatory
.google.protobuf.StringValue settlement_group = 3;com.google.protobuf.StringValueOrBuilder getSettlementGroupOrBuilder()
iBROKER Settlement Group. There are 4 groups. I - Issuer, S - Sponsored, P - Participant, - N - Non-CHESS Maximum size 1 Mandatory
.google.protobuf.StringValue settlement_group = 3;boolean hasParticipantId()
Participant Id Requesting the Settlement Account. Mandatory when settlement group is 'S' Maximum size 5 Conditional - Mandatory if settlement group = 'S' or 'P'
.google.protobuf.StringValue participant_id = 4;com.google.protobuf.StringValue getParticipantId()
Participant Id Requesting the Settlement Account. Mandatory when settlement group is 'S' Maximum size 5 Conditional - Mandatory if settlement group = 'S' or 'P'
.google.protobuf.StringValue participant_id = 4;com.google.protobuf.StringValueOrBuilder getParticipantIdOrBuilder()
Participant Id Requesting the Settlement Account. Mandatory when settlement group is 'S' Maximum size 5 Conditional - Mandatory if settlement group = 'S' or 'P'
.google.protobuf.StringValue participant_id = 4;boolean hasSettlementAccount()
CSP Settlement Account (HIN). Mandatory when settlement group is 'S' Maximum size 10 Optional
.google.protobuf.StringValue settlement_account = 5;com.google.protobuf.StringValue getSettlementAccount()
CSP Settlement Account (HIN). Mandatory when settlement group is 'S' Maximum size 10 Optional
.google.protobuf.StringValue settlement_account = 5;com.google.protobuf.StringValueOrBuilder getSettlementAccountOrBuilder()
CSP Settlement Account (HIN). Mandatory when settlement group is 'S' Maximum size 10 Optional
.google.protobuf.StringValue settlement_account = 5;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 = 6;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 = 6;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 = 6;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 = 7;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 = 7;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 = 7;boolean hasSupplementaryRef()
Supplementary Reference sent on CSP messaging Maximum size 1 Optional
.google.protobuf.StringValue supplementary_ref = 8;com.google.protobuf.StringValue getSupplementaryRef()
Supplementary Reference sent on CSP messaging Maximum size 1 Optional
.google.protobuf.StringValue supplementary_ref = 8;com.google.protobuf.StringValueOrBuilder getSupplementaryRefOrBuilder()
Supplementary Reference sent on CSP messaging Maximum size 1 Optional
.google.protobuf.StringValue supplementary_ref = 8;boolean hasSecondaryMatch()
Secondary match flag is sent on CSP messaging Maximum size 1 Optional
.google.protobuf.BoolValue secondary_match = 9;com.google.protobuf.BoolValue getSecondaryMatch()
Secondary match flag is sent on CSP messaging Maximum size 1 Optional
.google.protobuf.BoolValue secondary_match = 9;com.google.protobuf.BoolValueOrBuilder getSecondaryMatchOrBuilder()
Secondary match flag is sent on CSP messaging Maximum size 1 Optional
.google.protobuf.BoolValue secondary_match = 9;boolean hasCurrent()
Flag indicating if record is active Maximum size 1 Mandatory
.google.protobuf.BoolValue current = 10;com.google.protobuf.BoolValue getCurrent()
Flag indicating if record is active Maximum size 1 Mandatory
.google.protobuf.BoolValue current = 10;com.google.protobuf.BoolValueOrBuilder getCurrentOrBuilder()
Flag indicating if record is active Maximum size 1 Mandatory
.google.protobuf.BoolValue current = 10;boolean hasDefault()
Y = record is the default settlement instruction Maximum size 1 Mandatory
.google.protobuf.BoolValue default = 11;com.google.protobuf.BoolValue getDefault()
Y = record is the default settlement instruction Maximum size 1 Mandatory
.google.protobuf.BoolValue default = 11;com.google.protobuf.BoolValueOrBuilder getDefaultOrBuilder()
Y = record is the default settlement instruction Maximum size 1 Mandatory
.google.protobuf.BoolValue default = 11;boolean hasEntryDateTime()
.fincleartech.ibroker.DateTimeValue entry_date_time = 12;DateTimeValue getEntryDateTime()
.fincleartech.ibroker.DateTimeValue entry_date_time = 12;DateTimeValueOrBuilder getEntryDateTimeOrBuilder()
.fincleartech.ibroker.DateTimeValue entry_date_time = 12;boolean hasUserId()
The database user ID who created the equity account Optional Maximum size 18
.google.protobuf.StringValue user_id = 13;com.google.protobuf.StringValue getUserId()
The database user ID who created the equity account Optional Maximum size 18
.google.protobuf.StringValue user_id = 13;com.google.protobuf.StringValueOrBuilder getUserIdOrBuilder()
The database user ID who created the equity account Optional Maximum size 18
.google.protobuf.StringValue user_id = 13;Copyright © 2020. All rights reserved.