OrderBook

public struct OrderBook : Decodable
  • Declaration

    Swift

    public let bids: [Order]
  • Declaration

    Swift

    public let asks: [Order]