Table of Contents

Class DeterministicState

Namespace
Virtufin.Base.Execution
Assembly
Virtufin.Base.dll

State for the DeterministicExecutor — empty, since deterministic execution has no hidden state.

public sealed record DeterministicState : IExecutionState, IEquatable<DeterministicState>
Inheritance
DeterministicState
Implements
Inherited Members

Properties

Instance

Singleton empty state.

public static DeterministicState Instance { get; }

Property Value

DeterministicState