Table of Contents

Enum GlobalStatus

Namespace
DatabentoDotNet.Reference
Assembly
DatabentoDotNet.Reference.dll

The global status code. Indicates the global listing activity status of a security.

[JsonConverter(typeof(GlobalStatusJsonConverter))]
public enum GlobalStatus : byte
Extension Methods

Fields

Active = 65

Active (A).

InDefault = 68

In default (D).

Inactive = 73

Inactive (I).

Remarks

One of the nine closed reference enums: byte-backed, one character on the wire, and an unrecognised code is an error rather than an opaque value. ReferenceWireStrings carries the argument for all three.

Ported from databento-rs/src/reference/enums.rs:2910, and checked against the GLOBSTATUS group of the vendored corporate_actions.list_enums response, which reports the same three codes.