Daml.Finance.Interface.Lifecycle.Event¶
Interfaces¶
interface Event
A lifecycle event. These events are ordered based on the corresponding event time.
viewtype V
Data Types¶
- type I
= Event
Type synonym for
Event
.instance HasMethod Instrument "declareDistribution" (DeclareDistribution -> Update (ContractId I))
instance HasMethod Instrument "declareReplacement" (DeclareReplacement -> Update (ContractId I))
instance HasMethod Instrument "declareStockSplit" (DeclareStockSplit -> Update (ContractId I))
- type V
= View
Type synonym for
View
.instance HasFromAnyView Event V
data View
Functions¶
- getEventTime
-
Given an event, retrieves the event time.