public interface UnilateralDemandTransferNotificationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NumberValue |
getDeliveringHoldingBalance()
Delivering holding balance
|
NumberValueOrBuilder |
getDeliveringHoldingBalanceOrBuilder()
Delivering holding balance
|
NumberValue |
getReceivingHoldingBalance()
Receiving holding balance
|
NumberValueOrBuilder |
getReceivingHoldingBalanceOrBuilder()
Receiving holding balance
|
com.google.protobuf.StringValue |
getRequestId()
The universally unique identifier of the originating request.
|
com.google.protobuf.StringValueOrBuilder |
getRequestIdOrBuilder()
The universally unique identifier of the originating request.
|
com.google.protobuf.StringValue |
getSecurityCode()
Security code
|
com.google.protobuf.StringValueOrBuilder |
getSecurityCodeOrBuilder()
Security code
|
com.google.protobuf.StringValue |
getSenderParticipant()
Sender participant
|
com.google.protobuf.StringValueOrBuilder |
getSenderParticipantOrBuilder()
Sender participant
|
com.google.protobuf.StringValue |
getSettlementTransactionCondition()
Settlement transaction condition
|
com.google.protobuf.StringValueOrBuilder |
getSettlementTransactionConditionOrBuilder()
Settlement transaction condition
|
NumberValue |
getUnitQuantity()
Unit quantity
|
NumberValueOrBuilder |
getUnitQuantityOrBuilder()
Unit quantity
|
boolean |
hasDeliveringHoldingBalance()
Delivering holding balance
|
boolean |
hasReceivingHoldingBalance()
Receiving holding balance
|
boolean |
hasRequestId()
The universally unique identifier of the originating request.
|
boolean |
hasSecurityCode()
Security code
|
boolean |
hasSenderParticipant()
Sender participant
|
boolean |
hasSettlementTransactionCondition()
Settlement transaction condition
|
boolean |
hasUnitQuantity()
Unit quantity
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRequestId()
The universally unique identifier of the originating request. Correlates to UnilateralDemandTransferRequest.request_id.
.google.protobuf.StringValue request_id = 1;com.google.protobuf.StringValue getRequestId()
The universally unique identifier of the originating request. Correlates to UnilateralDemandTransferRequest.request_id.
.google.protobuf.StringValue request_id = 1;com.google.protobuf.StringValueOrBuilder getRequestIdOrBuilder()
The universally unique identifier of the originating request. Correlates to UnilateralDemandTransferRequest.request_id.
.google.protobuf.StringValue request_id = 1;boolean hasSenderParticipant()
Sender participant
.google.protobuf.StringValue sender_participant = 2;com.google.protobuf.StringValue getSenderParticipant()
Sender participant
.google.protobuf.StringValue sender_participant = 2;com.google.protobuf.StringValueOrBuilder getSenderParticipantOrBuilder()
Sender participant
.google.protobuf.StringValue sender_participant = 2;boolean hasSettlementTransactionCondition()
Settlement transaction condition
.google.protobuf.StringValue settlement_transaction_condition = 3;com.google.protobuf.StringValue getSettlementTransactionCondition()
Settlement transaction condition
.google.protobuf.StringValue settlement_transaction_condition = 3;com.google.protobuf.StringValueOrBuilder getSettlementTransactionConditionOrBuilder()
Settlement transaction condition
.google.protobuf.StringValue settlement_transaction_condition = 3;boolean hasSecurityCode()
Security code
.google.protobuf.StringValue security_code = 4;com.google.protobuf.StringValue getSecurityCode()
Security code
.google.protobuf.StringValue security_code = 4;com.google.protobuf.StringValueOrBuilder getSecurityCodeOrBuilder()
Security code
.google.protobuf.StringValue security_code = 4;boolean hasUnitQuantity()
Unit quantity
.fincleartech.ibroker.NumberValue unit_quantity = 5;NumberValue getUnitQuantity()
Unit quantity
.fincleartech.ibroker.NumberValue unit_quantity = 5;NumberValueOrBuilder getUnitQuantityOrBuilder()
Unit quantity
.fincleartech.ibroker.NumberValue unit_quantity = 5;boolean hasDeliveringHoldingBalance()
Delivering holding balance
.fincleartech.ibroker.NumberValue delivering_holding_balance = 6;NumberValue getDeliveringHoldingBalance()
Delivering holding balance
.fincleartech.ibroker.NumberValue delivering_holding_balance = 6;NumberValueOrBuilder getDeliveringHoldingBalanceOrBuilder()
Delivering holding balance
.fincleartech.ibroker.NumberValue delivering_holding_balance = 6;boolean hasReceivingHoldingBalance()
Receiving holding balance
.fincleartech.ibroker.NumberValue receiving_holding_balance = 7;NumberValue getReceivingHoldingBalance()
Receiving holding balance
.fincleartech.ibroker.NumberValue receiving_holding_balance = 7;NumberValueOrBuilder getReceivingHoldingBalanceOrBuilder()
Receiving holding balance
.fincleartech.ibroker.NumberValue receiving_holding_balance = 7;Copyright © 2020. All rights reserved.