Releases: backslash-f/swift-trader
Releases · backslash-f/swift-trader
v1.0.0
- Place multiple buy/sell orders at once with SwiftTrader+KucoinSpotHFMultiOrders.swift!
- Refer to CreateMultiLongLimitOrderTests.swift, and CreateMultiShortLimitOrderTests.swift for detailed input/output samples.
- This feature is particularly useful for new cryptocurrency listings. 🤑
v0.19.1
- Remove KucoinAuth's RawRepresentable conformance
v0.19.0
- Some entities now conform to
RawRepresentable
.- This allows for
@AppStorage
usage.
- This allows for
- Masking is removed; clients should do it instead.
- Code reorg/refactoring.
v0.18.0
- Add Codable conformance to some entities for logging purposes.
- Sensitive information is removed/masked.
- Some code reorg.
v0.17.4
- Properly conform to Equatable (
SwiftTraderError
)
v0.17.3
- Fix the visibility of some models.
v0.17.2
- Make Kucoin and Binance
authorizing
public
v0.17.1
- Equatable conformance (KucoinAuth, BinanceAuth)
v0.17.0
- Map and add interface for the
/api/v1/bullet-private
endpoint.- The new endpoint allows requesting a token for subscribing to private channels via WebSocket.
- Refer to Kucoin documentation.
- The new endpoint allows requesting a token for subscribing to private channels via WebSocket.
0.16.2
- Set
BinanceAuth
init param as optional.