Description

The ClientConfigRequest contains a request for information about how the StockTrader Client should interact with the other services. It is a part of one or more service calls within the StockTrader Configuration Service contract.

See also ClientConfigResponse.

Members

Name

Type

Description

ClientName

String

Gets the name of the trader client making the request (e.g., DOTNET_CLIENT).

Definition in XSD

  <xs:complexType name="ClientConfigRequest">
    <xs:sequence>
      <xs:element minOccurs="0" name="ClientName" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>

Description/Prefix

Namespace

Target Namespace

http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract

tns

http://schemas.datacontract.org/2004/07/Trade.ConfigServiceDataContract

xs

http://www.w3.org/2001/XMLSchema

  • No labels