public abstract static class IBrokerSettlementServiceGrpc.IBrokerSettlementServiceImplBase extends Object implements io.grpc.BindableService
| Constructor and Description |
|---|
IBrokerSettlementServiceImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
conversion(ConversionRequest request,
io.grpc.stub.StreamObserver<ConversionResponse> 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 or from a Participant controlled Account (HIN) in the CSP, to an
Issuer Sponsored Holding, maintained on the Issuer Sponsored Sub-register.
|
void |
demandTransfer(DemandTransferRequest request,
io.grpc.stub.StreamObserver<DemandTransferResponse> 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 or between two Accounts (HINs),
controlled by two different Participants.
|
void |
transfer(TransferRequest request,
io.grpc.stub.StreamObserver<TransferResponse> 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 or from an Issuer Sponsored Holding,
maintained on the Issuer Sponsored Sub-register, to a Participant controlled Account in the CSP.
|
public void demandTransfer(DemandTransferRequest request, io.grpc.stub.StreamObserver<DemandTransferResponse> 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 or between two Accounts (HINs), controlled by two different Participants.
public void transfer(TransferRequest request, io.grpc.stub.StreamObserver<TransferResponse> 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 or from an Issuer Sponsored Holding, maintained on the Issuer Sponsored Sub-register, to a Participant controlled Account in the CSP.
public void conversion(ConversionRequest request, io.grpc.stub.StreamObserver<ConversionResponse> 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 or from a Participant controlled Account (HIN) in the CSP, to an Issuer Sponsored Holding, maintained on the Issuer Sponsored Sub-register.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2020. All rights reserved.