Quotable

public protocol Quotable

An element representing a Quote

For the sake of convenience, the protocol provides default implementation for all values that equal zero.

  • high Default implementation

    The high value

    Default Implementation

    Declaration

    Swift

    var high: Double { get }
  • low Default implementation

    The low value

    Default Implementation

    Declaration

    Swift

    var low: Double { get }
  • open Default implementation

    The open value

    Default Implementation

    Declaration

    Swift

    var open: Double { get }
  • close Default implementation

    The close value

    Default Implementation

    Declaration

    Swift

    var close: Double { get }
  • volume Default implementation

    The volume value

    Default Implementation

    Declaration

    Swift

    var volume: Int { get }