1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2024-09-28 12:00:04 -04:00
Commit Graph

13 Commits

Author SHA1 Message Date
9bd9c01962 Add OFX version to Valid() calls
This allows for future differentiation based on different requirements
of different versions of the OFX specification.
2017-04-17 11:11:46 -04:00
1ff64a9d55 Comment investments, profiles, seclist, signon, signup, and types 2017-04-13 10:18:07 -04:00
cc90da4ed1 s/Id/ID/ 2017-04-12 21:40:42 -04:00
9e95182afa signon: Improve error messages 2017-04-08 08:57:31 -04:00
5596cfbf8d Don't require UIDs to be 36 characters
The spec strongly recommends this, but doesn't strictly require it
2017-03-29 09:23:15 -04:00
1d8ba5c19a Make optional struct fields pointers
This allows encoding/xml to properly comparison against nil to see if
they should be marshalled if the 'xml' tag contains ",omitempty" and for
users to test against nil to see if a field was present in the parsed
OFX.

This commit also fixes up cmd/ofx to use the new pointers.
2017-03-29 09:22:02 -04:00
f2cea7c6d4 Switch to own clone of xml encoding library 2017-03-22 20:59:40 -04:00
f59f3713c2 Add simple investment requests/responses
This is lacking (at least) parsing the list of securities frequently
sent with investment statements
2017-03-19 21:08:58 -04:00
073387b65b Improve comments 2017-03-16 11:20:20 -04:00
49cf745a20 Add Client, split from Request 2017-03-16 11:13:21 -04:00
0e62af64e3 Implement Signup message parsing 2017-03-11 21:13:06 -05:00
689337d81d Remove 'Ofx' prefix on types 2017-03-11 07:18:02 -05:00
99cd8f7273 Initial commit 2017-03-11 07:15:15 -05:00