Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQuoteWrapper ¶
Types ¶
type Body ¶
type Body struct {
GetLastTradePrice LastTradePrice
}
type LastTradePrice ¶
type LastTradePrice struct {
Symbol string
}
type LastTradePriceResponse ¶
type LastTradePriceResponse struct {
Price string
}
type QuoteEnvelope ¶
type QuoteWrapper ¶
type QuoteWrapper struct{}
type ResponseBody ¶
type ResponseBody struct {
XMLName xml.Name `xml:"Body"`
GetLastTradePriceResponse LastTradePriceResponse
}
type ResponseEnvelope ¶
type ResponseEnvelope struct {
XMLName xml.Name `xml:"Envelope"`
Body ResponseBody
}
Click to show internal directories.
Click to hide internal directories.