gen

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2021 License: MPL-2.0 Imports: 3 Imported by: 16

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type StockQuotePortType

type StockQuotePortType interface {
	GetLastTradePrice(request *TradePriceRequest) (*TradePrice, error)
}

func NewStockQuotePortType

func NewStockQuotePortType(client *soap.Client) StockQuotePortType

type TradePrice

type TradePrice struct {
	XMLName xml.Name `xml:"http://example.com/stockquote.xsd TradePrice"`

	Price float32 `xml:"price,omitempty"`
}

type TradePriceRequest

type TradePriceRequest struct {
	XMLName xml.Name `xml:"http://example.com/stockquote.xsd TradePriceRequest"`

	TickerSymbol string `xml:"tickerSymbol,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL