Table of Contents

Enum DataField

Namespace
Balsam.DataServers
Assembly
Balsam.Backtester.dll

Data field identifiers

public enum DataField

Fields

Ignore = 0

Ignore

Date = 1

Date

Time = 2

Time

Open = 3

Open

High = 4

High

Low = 5

Low

Close = 6

Close

Volume = 7

Volume

OpenInterest = 8

Open interest

UnadjustedClose = 9

Unadjusted close

DeliveryDate = 10

Delivery date

UpVolume = 11

Up volume. Must be used in conjunction with down volume. They are added together to calculate volume.

DownVolume = 12

Down volume. Must be used in conjunction with up volume. They are added together to calculate volume.