Skip to content

Commit

Permalink
Issue #714 - Added support for options_enabled asset attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRa committed Jan 13, 2024
1 parent d5caf93 commit 5e63968
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Alpaca.Markets/Enums/AssetAttributes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,12 @@ public enum AssetAttributes
/// </summary>
[UsedImplicitly]
[EnumMember(Value = "ipo")]
Ipo
Ipo,

/// <summary>
/// Asset supports options trading.
/// </summary>
[UsedImplicitly]
[EnumMember(Value = "options_enabled")]
OptionsEnabled
}
1 change: 1 addition & 0 deletions Alpaca.Markets/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ Alpaca.Markets.AnnouncementsRequest.DateType.set -> void
Alpaca.Markets.AnnouncementsRequest.Symbol.get -> string?
Alpaca.Markets.AnnouncementsRequest.Symbol.set -> void
Alpaca.Markets.AssetAttributes
Alpaca.Markets.AssetAttributes.OptionsEnabled = 4 -> Alpaca.Markets.AssetAttributes
Alpaca.Markets.AssetAttributes.PtpNoException = 1 -> Alpaca.Markets.AssetAttributes
Alpaca.Markets.AssetAttributes.PtpWithException = 2 -> Alpaca.Markets.AssetAttributes
Alpaca.Markets.AssetAttributes.Ipo = 3 -> Alpaca.Markets.AssetAttributes
Expand Down

0 comments on commit 5e63968

Please sign in to comment.