...
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 | Breaking 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 |
...