mirror of
https://github.com/aclindsa/ofxgo.git
synced 2026-01-28 12:21:17 -05:00
Add requesting/parsing security list
This commit is contained in:
@@ -48,3 +48,9 @@ type InvAcct struct {
|
||||
BrokerId String `xml:"BROKERID"`
|
||||
AcctId String `xml:"ACCTID"`
|
||||
}
|
||||
|
||||
type Currency struct {
|
||||
XMLName xml.Name // CURRENCY or ORIGCURRENCY
|
||||
CurRate Amount `xml:"CURRATE"` // Ratio of <CURDEF> currency to <CURSYM> currency
|
||||
CurSym String `xml:"CURSYM"` // ISO-4217 3-character currency identifier
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user