public static final class IBrokerSettlementServiceGrpc.IBrokerSettlementServiceStub extends io.grpc.stub.AbstractStub<IBrokerSettlementServiceGrpc.IBrokerSettlementServiceStub>
| Modifier and Type | Method and Description |
|---|---|
void |
accountToAccountTransfer(AccountToAccountTransferRequest request,
io.grpc.stub.StreamObserver<AccountToAccountTransferResponse> responseObserver)
A request to transfer securities, immediately, FoP, between two Accounts (HINs), controlled by a single Participant or
between two Accounts (HINs) controlled by separate Participants within a Participant Group.
|
protected IBrokerSettlementServiceGrpc.IBrokerSettlementServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
issuerSponsoredToParticipantConversion(IssuerSponsoredToParticipantConversionRequest request,
io.grpc.stub.StreamObserver<IssuerSponsoredToParticipantConversionResponse> responseObserver)
A request to convert securities, FoP, from an Issuer Sponsored Holding, maintained on the Issuer Sponsored Sub-register,
to a Participant controlled Account (HIN) in the CSP.
|
void |
issuerSponsoredToParticipantTransfer(IssuerSponsoredToParticipantTransferRequest request,
io.grpc.stub.StreamObserver<IssuerSponsoredToParticipantTransferResponse> responseObserver)
A request to transfer securities, Free of Payment (FoP) from an Issuer Sponsored Holding,
maintained on the Issuer Sponsored Sub-register, to a Participant controlled Account in the CSP.
|
void |
participantToIssuerSponsoredConversion(ParticipantToIssuerSponsoredConversionRequest request,
io.grpc.stub.StreamObserver<ParticipantToIssuerSponsoredConversionResponse> responseObserver)
A request to convert securities, FoP from a Participant controlled Account (HIN) in the CSP, to an
Issuer Sponsored Holding, maintained on the Issuer Sponsored Sub-register.
|
void |
participantToIssuerSponsoredTransfer(ParticipantToIssuerSponsoredTransferRequest request,
io.grpc.stub.StreamObserver<ParticipantToIssuerSponsoredTransferResponse> responseObserver)
A request to transfer securities, Free of Payment (FoP), from a Participant controlled Account (HIN) in the CSP,
to an Issuer Sponsored Holding, maintained on the Issuer Sponsored Sub-register.
|
void |
participantToParticipantTransfer(ParticipantToParticipantTransferRequest request,
io.grpc.stub.StreamObserver<ParticipantToParticipantTransferResponse> responseObserver)
A request to transfer securities between two Accounts (HINs) controlled by two different Participants.
|
void |
participantToParticipantTransferCancel(ParticipantToParticipantTransferCancelRequest request,
io.grpc.stub.StreamObserver<ParticipantToParticipantTransferCancelResponse> responseObserver)
Cancel a participant to participant transfer request
|
protected IBrokerSettlementServiceGrpc.IBrokerSettlementServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<IBrokerSettlementServiceGrpc.IBrokerSettlementServiceStub>public void accountToAccountTransfer(AccountToAccountTransferRequest request, io.grpc.stub.StreamObserver<AccountToAccountTransferResponse> responseObserver)
A request to transfer securities, immediately, FoP, between two Accounts (HINs), controlled by a single Participant or between two Accounts (HINs) controlled by separate Participants within a Participant Group. (UDTR and UDRP)
public void participantToParticipantTransfer(ParticipantToParticipantTransferRequest request, io.grpc.stub.StreamObserver<ParticipantToParticipantTransferResponse> responseObserver)
A request to transfer securities between two Accounts (HINs) controlled by two different Participants. (BDTR)
public void participantToParticipantTransferCancel(ParticipantToParticipantTransferCancelRequest request, io.grpc.stub.StreamObserver<ParticipantToParticipantTransferCancelResponse> responseObserver)
Cancel a participant to participant transfer request
public void issuerSponsoredToParticipantTransfer(IssuerSponsoredToParticipantTransferRequest request, io.grpc.stub.StreamObserver<IssuerSponsoredToParticipantTransferResponse> responseObserver)
A request to transfer securities, Free of Payment (FoP) from an Issuer Sponsored Holding, maintained on the Issuer Sponsored Sub-register, to a Participant controlled Account in the CSP.
public void participantToIssuerSponsoredTransfer(ParticipantToIssuerSponsoredTransferRequest request, io.grpc.stub.StreamObserver<ParticipantToIssuerSponsoredTransferResponse> responseObserver)
A request to transfer securities, Free of Payment (FoP), from a Participant controlled Account (HIN) in the CSP, to an Issuer Sponsored Holding, maintained on the Issuer Sponsored Sub-register.
public void participantToIssuerSponsoredConversion(ParticipantToIssuerSponsoredConversionRequest request, io.grpc.stub.StreamObserver<ParticipantToIssuerSponsoredConversionResponse> responseObserver)
A request to convert securities, FoP from a Participant controlled Account (HIN) in the CSP, to an Issuer Sponsored Holding, maintained on the Issuer Sponsored Sub-register.
public void issuerSponsoredToParticipantConversion(IssuerSponsoredToParticipantConversionRequest request, io.grpc.stub.StreamObserver<IssuerSponsoredToParticipantConversionResponse> responseObserver)
A request to convert securities, FoP, from an Issuer Sponsored Holding, maintained on the Issuer Sponsored Sub-register, to a Participant controlled Account (HIN) in the CSP.
Copyright © 2020. All rights reserved.