Releases: alpacahq/alpaca-trade-api-csharp
Releases · alpacahq/alpaca-trade-api-csharp
2.1.3 release on NuGet
Package 2.1.3 on NuGet contains next changes:
- #41 - Optional
Exchange
field in IStreamAgg
interface marked as obsolete and ready for remove in next major SDK release.
- All REST API classes now implement
IDisposalbe
interface for better explicit resource management.
1.2.5 release on NuGet
Package 1.2.5 on NuGet contains next changes:
- #41 - Optional
Exchange
field in IStreamAgg
interface marked as obsolete and ready for remove in next major SDK release.
- All REST API classes now implement
IDisposalbe
interface for better explicit resource management.
2.1.2 release on NuGet
Package 2.1.2 on NuGet contains next changes:
- #39 - We should use different time zone names for EST time zone under Windows and Linux/MacOS.
- #38 - Minute-based aggregates (
JsonMinuteAgg
class) should use t
field for reading time offset values instead of d
field which will be removed soon.
1.2.4 release on NuGet
Package 1.2.4 on NuGet contains next changes:
- #39 - We should use different time zone names for EST time zone under Windows and Linux/MacOS.
- #38 - Minute-based aggregates (
JsonMinuteAgg
class) should use t
field for reading time offset values instead of d
field which will be removed soon.
2.1.0 release on NuGet
Package 2.1.0 on NuGet contains next changes:
- Return type of method
GetBarSetAsync
changed from ILookup<String, IEnumerable<IAgg>>
to IReadOnlyDictionary<String, IEnumerable<IAgg>>
- Fixed problem with incorrect bar timestamp processing
- Fixed some typos in
TimeFrame
items
Beta 2.1.0 release on NuGet
Package 2.1.0-beta on NuGet contains next changes:
- New SDK method
GetBarSetAsync
for reading Bar data from Alpaca REST API added.
2.0.0 release on NuGet
Package 2.0.0 on NuGet contains next changes:
- #31 Fixed problem with
Alpaca.Markets.TimeInForce
missed enum items.
- #32 Fixed problem with `Alpaca.Markets.OrderStatus' enum item (typo).
- #33 Fixed problem with missing
Alpaca.Markets.IOrder.AverageFillPrice
value.
1.2.3 release on NuGet
Package 1.2.3 on NuGet contains next changes:
- #31 Fixed problem with
Alpaca.Markets.TimeInForce
missed enum items.
- #32 Fixed problem with `Alpaca.Markets.OrderStatus' enum item (typo).
- #33 Fixed problem with missing
Alpaca.Markets.IOrder.AverageFillPrice
value.
Beta 2.0.0 release on NuGet
Package 2.0.0-beta on NuGet contains next changes:
- #28 Problem with Unix milliseconds timestamps processing in .NET Framework 4.5 target.
1.2.2 release on NuGet
Package 1.2.2 on NuGet contains next changes:
- #28 Problem with Unix milliseconds timestamps processing in .NET Framework 4.5 target.