The following operations are supported. For a formal definition,
please review the
Service Description.
Web Service Links
Namespace Children of ::wsdb::elements::stock2::StockResponse::Quote
Namespace Code for ::wsdb::elements::stock2::StockResponse::Quote
namespace eval ::wsdb::elements::stock2::StockResponse::Quote {
variable base stock2::quote
variable facetList {form Value maxOccurs 1 minOccurs 1}
variable maxOccurs 1
variable minOccurs 1
variable new ::wsdb::elements::stock2::StockResponse::Quote::new
variable validate ::wsdb::elements::stock2::StockResponse::Quote::Validate
variable validate_stock2_quote ::wsdb::types::stock2::quote::validate
}
Procedures in ::wsdb::elements::stock2::StockResponse::Quote
proc ::wsdb::elements::stock2::StockResponse::Quote::new {
namespace
value
} {
::xml::element::appendText [::xml::element::append $namespace Quote] .TEXT $value
}
proc ::wsdb::elements::stock2::StockResponse::Quote::Validate {
namespace
} {
variable validate_stock2_quote
set Valid [$validate_stock2_quote [::xml::instance::getTextValue $namespace]]
if {!$Valid} {
::wsdl::elements::noteFault $namespace [list 1 Quote [::xml::instance::getTextValue $namespace] $validate_stock2_quote ]
}
return $Valid
}