Request

Response

    ExchangeData.Add method

    Adds a new Asset to the list. Throws an exception if an asset with the same Id exists in the list.

    public void Add(BaseAsset asset)
    
    parameterdescription
    asset

    See Also