Daml.Finance.Interface.Data.Numeric.Observation.Factory¶
Interfaces¶
interface Factory
Factory contract used to create, remove and view a
Numeric.Observation
.viewtype V
Choice Archive
Controller: Signatories of implementing template
Returns: ()
(no fields)
Choice Create
Create an
Observation
.Controller: provider
Returns: ContractId I
Field Type Description provider Party The reference data provider. id Id A textual identifier. observations Map Time Decimal The time-dependent values. observers PartiesMap Observers. Method create’ : Create -> Update (ContractId I)
Implementation of
Create
choice.