Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Inputs (Array of PriceDateEntry)

NameTypeDescriptionMandatoryDefault valueAvailable from versionComment
PriceDateEntries[]PriceDateEntry[]Array of PriceDateEntriesYes


ClearAllPreviousDataboolClears all data previous to the first date in the range in PriceDateEntries.Nofalse2.23 
ClearPreviousDataByRangeboolClears all data between the first and the last date in the rangeNofalse2.23
UpdateCurrentPriceFromLastPriceboolUpdate the price on the instrument from the last date in the range in PriceDateEntriesNofalse2.23 Breaking change from 2.23. If you want to update the price with the latest price, the property must be set to true. 
ClearAllsubsequentDataboolClears all data after the last date in the range in PriceDateEntries.Nofalse2.23 

PriceDateEntry

NameTypeDescriptionMandatory
AssetIdGuidThis is the unique id of the asset that should be updatedYes
PricedoubleThe new price of the assetYes
PriceDateDateTimeThe date that the new price will be in useYes

...