mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
544 B
17 lines
544 B
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;;; commodity-table.scm
|
|
;;; load and save commodity tables
|
|
;;;
|
|
;;; Bill Gribble <grib@billgribble.com> 3 Aug 2000
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
|
|
(define GNC_COMMODITY_NS_CURRENCY "CURRENCY")
|
|
|
|
;; If you change the C side, change this too.
|
|
(define GNC_COMMODITY_NS_AMEX "AMEX")
|
|
(define GNC_COMMODITY_NS_NYSE "NYSE")
|
|
(define GNC_COMMODITY_NS_NASDAQ "NASDAQ")
|
|
(define GNC_COMMODITY_NS_EUREX "EUREX")
|
|
(define GNC_COMMODITY_NS_MUTUAL "FUND")
|