OrderbookChange
public enum OrderbookChange : Sendable
Configuration for orderbook streaming filters.
-
orderbook(sellingAssetType:sellingAssetCode: sellingAssetIssuer: buyingAssetType: buyingAssetCode: buyingAssetIssuer: limit: cursor: ) Stream orderbook updates for a specific trading pair.
Declaration
Swift
case orderbook(sellingAssetType:String, sellingAssetCode:String?, sellingAssetIssuer:String?, buyingAssetType:String, buyingAssetCode:String?, buyingAssetIssuer:String?, limit:Int?, cursor: String?)
View on GitHub
Install in Dash