From 0dc6f0ba8a32aa7a9084069354b7e3dfebdbbaff Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Mon, 27 Mar 2017 20:14:55 -0400 Subject: [PATCH] go vet --- securities.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securities.go b/securities.go index 2bc20da..c7493db 100644 --- a/securities.go +++ b/securities.go @@ -128,7 +128,7 @@ type OptInfo struct { SecInfo SecInfo `xml:"SECINFO"` OptType String `xml:"OPTTYPE"` // One of PUT, CALL StrikePrice Amount `xml:"STRIKEPRICE"` - DtExpire Date `xml"DTEXPIRE"` // Expiration date + DtExpire Date `xml:"DTEXPIRE"` // Expiration date ShPerCtrct Int `xml:"SHPERCTRCT"` // Shares per contract SecId SecurityId `xml:"SECID,omitempty"` // Security ID of the underlying security AssetClass String `xml:"ASSETCLASS,omitempty"` // One of DOMESTICBOND, INTLBOND, LARGESTOCK, SMALLSTOCK, INTLSTOCK, MONEYMRKT, OTHER