Skip to content

Commit

Permalink
adding a previously unmapped activity type
Browse files Browse the repository at this point in the history
  • Loading branch information
Chacoon3 committed Nov 5, 2024
1 parent 35197de commit a6da149
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Alpaca.Markets/Enums/AccountActivityType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,13 @@ public enum AccountActivityType
[EnumMember(Value = "OPXRC")]
OptionExercise,

/// <summary>
/// Option trade
/// </summary>
[UsedImplicitly]
[EnumMember(Value = "OPTRD")]
OptionTrade,

Check failure on line 252 in Alpaca.Markets/Enums/AccountActivityType.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)

Check failure on line 252 in Alpaca.Markets/Enums/AccountActivityType.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)


/// <summary>
/// Fee denominated in USD
/// </summary>
Expand Down

0 comments on commit a6da149

Please sign in to comment.