Versions in this module Expand all Collapse all v1 v1.0.0 Jan 13, 2020 Changes in this version + type StockQuotePortType interface + GetLastTradePrice func(request *TradePriceRequest) (*TradePrice, error) + func NewStockQuotePortType(client *soap.Client) StockQuotePortType + type TradePrice struct + Price float32 + XMLName xml.Name + type TradePriceRequest struct + TickerSymbol string + XMLName xml.Name