Enum PersistenceFormat
- Namespace
- Balsam
- Assembly
- Balsam.Backtester.dll
The file format used to save to disk.
public enum PersistenceFormat
Fields
Binary = 0
Custom binary
Csv = 1
Comma separated values
Json = 2
Json
Protobuf = 3
Protobuf
The file format used to save to disk.
public enum PersistenceFormat
Binary = 0
Custom binary
Csv = 1
Comma separated values
Json = 2
Json
Protobuf = 3
Protobuf