Version
Please enter at least 3 letters.
Daml.Finance.Interface.Instrument.Token.Types
Data Types
data Token
Describes the attributes of an Token.
Token
Field |
Type |
Description |
instrument |
InstrumentKey |
The instrument’s key. |
description |
Text |
A description of the instrument. |
validAsOf |
Time |
Timestamp as of which the instrument is valid. |
instance Eq Token
instance Show Token