Description

The OPSConfigResponse contains information about how the StockTrader Order Processor Service should interact with the database. It is a part of one or more service calls within the StockTrader Configuration Service contract.

See also OPSConfigRequest.

Members

Name

Type

Description

DBName

String

Gets the name of the database system that serves the database (e.g., MSSQL).

DBHostName

String

Gets the host name of the server on which the database resides.

DBPort

Integer

Gets the number of the port through which database communication occurs.

Definition in XSD

  <xs:complexType name="OPSConfigResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="DBHostName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="DBName" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="DBPort" type="xs:int" />
    </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