The following operations are supported. For a formal definition, please review the Service Description.

Web Service Links

Namespace Children of ::wsdb::elements::stock::QuotesRequest::Symbol

Namespace Code for ::wsdb::elements::stock::QuotesRequest::Symbol

namespace eval ::wsdb::elements::stock::QuotesRequest::Symbol {
    variable base stock::symbol
    variable facetList {form Value maxOccurs 3 minOccurs 1}
    variable maxOccurs 3
    variable minOccurs 1
    variable new ::wsdb::elements::stock::QuotesRequest::Symbol::new
    variable validate ::wsdb::elements::stock::QuotesRequest::Symbol::Validate
    variable validate_stock_symbol ::wsdb::types::stock::symbol::validate

}

Procedures in ::wsdb::elements::stock::QuotesRequest::Symbol


proc ::wsdb::elements::stock::QuotesRequest::Symbol::new {
    namespace
    value
} {
         ::xml::element::appendText [::xml::element::append $namespace Symbol] .TEXT $value
    }


proc ::wsdb::elements::stock::QuotesRequest::Symbol::Validate {
    namespace
} {
        variable validate_stock_symbol
        set Valid [$validate_stock_symbol [::xml::instance::getTextValue $namespace]]

        if {!$Valid} {
            ::wsdl::elements::noteFault $namespace [list 1 Symbol [::xml::instance::getTextValue $namespace] $validate_stock_symbol ]
        }
        return $Valid
    }