SubscribeContractsDelegate
public protocol SubscribeContractsDelegate : AnyObject
The interface of the class that allows you to receive notification about contracts changes
-
Undocumented
Declaration
Swift
func contractUpdated(contract: Contract) -
Undocumented
Declaration
Swift
func contractHistoryCreated(historyObject: ContractHistory)
View on GitHub
SubscribeContractsDelegate Protocol Reference