SetHistoricPrices
Inputs (Array of PriceDateEntry)
Name | Type | Description | Mandatory | Default value | Available from version | Comment |
---|---|---|---|---|---|---|
PriceDateEntries[] | PriceDateEntry[] | Array of PriceDateEntries | Yes | |||
ClearAllPreviousData | bool | Clears all data previous to the first date in the range in PriceDateEntries. | No | false | 2.23 | |
ClearPreviousDataByRange | bool | Clears all data between the first and the last date in the range | No | false | 2.23 | |
UpdateCurrentPriceFromLastPrice | bool | Update the price on the instrument from the last date in the range in PriceDateEntries | No | false | 2.23 | Feature change from 2.23. If you want to update the price with the latest price, the property must be set to true. Included in NuGet package version 1.1.1 and above https://www.nuget.org/packages/Bricknode.Soap.Sdk/ |
ClearAllsubsequentData | bool | Clears all data after the last date in the range in PriceDateEntries. | No | false | 2.23 |
PriceDateEntry
Name | Type | Description | Mandatory |
---|---|---|---|
AssetId | Guid | This is the unique id of the asset that should be updated | Yes |
Price | double | The new price of the asset | Yes |
PriceDate | DateTime | The date that the new price will be in use | Yes |
Outputs
Name | Type | Description |
---|---|---|
Message | string | A message indicating if something went wrong during the call or not |
Code examples
Blog stream
Create a blog post to share news and announcements with your team and company.
Terms of License
Change Policy
© 2009 - 2024 Huddlestock Technologies AB All rights reserved