Table of Contents

Class AuditTrail

Namespace
Balsam.Utility
Assembly
Balsam.Backtester.dll

Generates an audit trail in xml format.

public static class AuditTrail
Inheritance
AuditTrail
Inherited Members

Properties

IsEnabled

Gets/sets whether the audit trail is enabled.

public static bool IsEnabled { get; set; }

Property Value

bool

OutputFolder

Gets/sets the folder where the audit trail files will be written.

public static string OutputFolder { get; set; }

Property Value

string

Methods

GetSourceCode(Type)

This can be used to decompile specific types only.

public static string GetSourceCode(Type type)

Parameters

type Type

Returns

string