Creating the Brokerage interface
The Brokerage interface has these operations:
createCustomer
retrieveCustomer
getAccount
buy
sell
deposit
withdraw
authenticate
Follow these tasks to create the Brokerage interface:
Creating the Brokerage interface file
Creating the createCustomer operation
Creating the retrieveCustomer operation
Creating the getAccount operation
Creating the buy operation
Creating the sell operation
Creating the deposit operation
Creating the withdraw operation
Creating the authenticate operation
Parent topic:
Creating interfaces and business objects
Previous topic:
Creating the Password business object
Next topic:
Adding the interface to the Brokerage import component