Interface IAsset
A tradeable asset. In the financial-model sense an asset has no
counterparty risk (it is issued, not bilaterally agreed). Used as the
underlying of Position and the building block of contracts.
public interface IAsset
Properties
Identifier
Unique identifier of the asset.
IAssetIdentifier Identifier { get; }