Enum ListingSource
- Namespace
- DatabentoDotNet.Reference
- Assembly
- DatabentoDotNet.Reference.dll
Listing source.
[JsonConverter(typeof(ListingSourceJsonConverter))]
public enum ListingSource : byte
- Extension Methods
Fields
Main = 77Main WCA supported listing (
M).Secondary = 83Secondary listing (
S).
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:2966, and checked against the
LISTSOURCE group of the vendored corporate_actions.list_enums response, which
reports the same two codes. A security_master response field.