Description

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

See also OPSConfigResponse.

Members

Name

Type

Description

OPSName

String

Contains the name of the order processor service making the request (e.g., DOTNET_OPS)

Definition in XSD

  <xs:complexType name="OPSConfigRequest">
    <xs:sequence>
      <xs:element minOccurs="0" name="OPSName" 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