TradablePriceType
@objc public enum TradablePriceType: IntPossible price types.
- 
                  
                  Open. DeclarationSwift case open
- 
                  
                  High. DeclarationSwift case high
- 
                  
                  Low. DeclarationSwift case low
- 
                  
                  Close. DeclarationSwift case close
- 
                  
                  Median (high + low) / 2. DeclarationSwift case median
- 
                  
                  Typical (high + low + close) / 3. DeclarationSwift case typical
- 
                  
                  Weighted close (high + low + 2 * close) / 2. DeclarationSwift case weightedClose
 View on GitHub
View on GitHub TradablePriceType Enum Reference
        TradablePriceType Enum Reference