Enum SyncOption
- Namespace
- Balsam
- Assembly
- Balsam.Backtester.dll
Synchronization options for missing dates.
public enum SyncOption
Fields
CarryoverPreviousValue = 0
Carries over the previous value
ZeroOrDefault = 1
Zero or otherwise the default value for the type (e.g. false for boolean).
NaN = 2
Missing values filled with double.NaN.
CloseOnly = 3
Carries over the close, unadjusted close, and open interest. For use with BarSeries only.